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