Created
May 31, 2017 04:17
-
-
Save brent20/56bc5f88445e5e30444a5b9cd2e1eebd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sensor doorbell: | |
| - platform: template | |
| sensors: | |
| doorbellstate: | |
| value_template: '{% if is_state("binary_sensor.ecolink_doorwindow_sensor_sensor_1", "off") %}Ringing{% else %}Standby{% endif %}' | |
| friendly_name: 'Front Doorbell' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment