mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 18:44:58 +00:00
Lots and Lots of Cleanup code. Getting the sensors in order.
This commit is contained in:
@@ -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' }}"
|
Reference in New Issue
Block a user