Fix window sensor names

This commit is contained in:
2020-06-14 21:43:08 +03:00
parent 7428bb1ae8
commit 90c3e1a853
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ automation:
Guest mode: {{ states('input_boolean.guest_mode') }}
Windows:
Living room: {{ states('binary_sensor.living_room_right_window_on_off') }}
Master bedroom: {{ states('binary_sensor.bedroom_right_window_on_off') }}
Living room: {{ states('binary_sensor.living_room_right_window') }}
Master bedroom: {{ states('binary_sensor.bedroom_right_window') }}
Lights:
Living room: {{ states('light.living_room') }}