mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-14 10:32:20 +00:00
Fixed keep_light_on variable
This commit is contained in:
@ -129,7 +129,7 @@ sequence:
|
||||
- condition: template
|
||||
value_template: "{{ is_state(target_light, 'on') }}"
|
||||
- condition: template
|
||||
value_template: "{{ not is_input('keep_light_on') }}"
|
||||
value_template: "{{ not keep_light_on }}"
|
||||
then:
|
||||
- delay:
|
||||
minutes: "{{ light_timeout | int }}"
|
||||
|
||||
Reference in New Issue
Block a user