Make E's actual wakeup time actually update properly
This commit is contained in:
@ -987,8 +987,9 @@ script:
|
|||||||
type: normal
|
type: normal
|
||||||
message: Emma has awoken, so it is time to make your way upstairs now
|
message: Emma has awoken, so it is time to make your way upstairs now
|
||||||
- if:
|
- if:
|
||||||
- condition: template
|
- condition: time
|
||||||
value_template: "{{ is_state('binary_sensor.morning','on') or is_state('binary_sensor.midday','on') }}"
|
before: "18:00:00"
|
||||||
|
after: "07:00:00"
|
||||||
then:
|
then:
|
||||||
- service: input_datetime.set_datetime
|
- service: input_datetime.set_datetime
|
||||||
target:
|
target:
|
||||||
|
Reference in New Issue
Block a user