K's early bedtime toggle should obviously reset overnight...
This commit is contained in:
@ -133,6 +133,10 @@ automation:
|
||||
from: 'on'
|
||||
to: 'off'
|
||||
id: late-off
|
||||
condition:
|
||||
- condition: time
|
||||
after: input_datetime.kallen_wakeup_time
|
||||
before: input_datetime.kallen_bedtime
|
||||
action:
|
||||
- if:
|
||||
- condition: state
|
||||
|
@ -641,3 +641,4 @@ script:
|
||||
- input_boolean.master_bedroom_scheduling_evening_ran
|
||||
- input_boolean.emma_scheduling_morning_ran
|
||||
- input_boolean.emma_scheduling_evening_ran
|
||||
- input_boolean.kallen_late_bedtime
|
Reference in New Issue
Block a user