Add Delay before answer call

This commit is contained in:
Nikolay Vasilchuk
2019-09-23 10:14:58 +03:00
parent 6843c6d5a7
commit ec0bf013ad
2 changed files with 24 additions and 6 deletions

View File

@@ -4,6 +4,21 @@
[Scheme and parts](https://github.com/Anonym-tsk/smart-domofon/blob/master/README.md)
## Button and LED
* Red LED blinks
* Incoming call
* Blue LED blinks
* Connecting to WiFi or Home Assistant
* Green LED blinks
* Single - "automatically open once" mode
* Double - "automatically open permanent" mode
* Short button click
* No call - enables automatically open door mode (once by first click and permanent by second click)
* Incoming call - accept call and open door
* Long button click
* No call - disables automatically open door mode
* Incoming call - reject call
## Configuration and build
1. Fill in WiFi credentials in [domofon.yaml](https://github.com/Anonym-tsk/smart-domofon/blob/master/esphome/domofon.yaml#L18)
2. Use [ESPHome](https://esphome.io) to build and upload firmware