K's early bedtime toggle should obviously reset overnight...

This commit is contained in:
2023-03-21 00:00:04 -04:00
parent 1e68793089
commit 6e29e067fb
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -640,4 +640,5 @@ script:
- input_boolean.master_bedroom_scheduling_morning_ran
- input_boolean.master_bedroom_scheduling_evening_ran
- input_boolean.emma_scheduling_morning_ran
- input_boolean.emma_scheduling_evening_ran
- input_boolean.emma_scheduling_evening_ran
- input_boolean.kallen_late_bedtime