Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zuidwijk authored Apr 2, 2019
1 parent ec0eaaf commit 48f3215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ESPHome-based doorbell with mute option in Home Assistant
The code is in deurbel.yaml, the only thing you need to change is your own wifi settings and, if desired, change some names.

The code is based on some personal preferences:
* Bell should not ring longer than 1 second (delay: 1000ms)
* Once presssed, you have to wait 5 seconds (delayed_off) AFTER releasing the button, before the bell will ring again. Pressing the button within 5 seconds will only reset the timer without ringing the bell.

In Home Assistant you'll need to create a boolean, which in my code is named "input_boolean.mute_doorbell". This piece of code is shown in home-assistant_input_boolean

0 comments on commit 48f3215

Please sign in to comment.