mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Tweaks after changing room names
This commit is contained in:
@@ -577,7 +577,7 @@ sensors:
|
||||
boys_room_light_left_on:
|
||||
unique_id: templatebinarysensor.boys_room_light_left_on
|
||||
friendly_name: Boys Room Light Left On
|
||||
value_template: "{{ is_state('light.boys_room_hue','on') }}"
|
||||
value_template: "{{ is_state('light.boys_room_hue','on') and is_state('input_boolean.boys_room_occupied','off') }}"
|
||||
delay_on:
|
||||
seconds: 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user