Lots and Lots of Cleanup code. Getting the sensors in order.

This commit is contained in:
CCOSTAN
2017-03-13 23:57:22 +00:00
parent f70a671692
commit 2d22ec73ea
8 changed files with 69 additions and 26 deletions

View File

@@ -111,4 +111,8 @@
backdoor:
friendly_name: 'Back Door'
value_template: "{{ 'Open' if is_state('binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_3_0', 'on') else 'Closed' }}"
value_template: "{{ 'Opened' if is_state('binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_3_0', 'on') else 'Closed' }}"
linen_door:
friendly_name: 'Linen Door'
value_template: "{{ 'Opened' if is_state('binary_sensor.aeotec_dsb04100_doorwindow_sensor_sensor_4_0', 'on') else 'Closed' }}"