Skip to content

Instantly share code, notes, and snippets.

@brent20
Created May 31, 2017 04:17
Show Gist options
  • Save brent20/56bc5f88445e5e30444a5b9cd2e1eebd to your computer and use it in GitHub Desktop.
Save brent20/56bc5f88445e5e30444a5b9cd2e1eebd to your computer and use it in GitHub Desktop.
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