Make E's actual wakeup time actually update properly

This commit is contained in:
2024-07-23 21:52:49 -04:00
parent bda6fc97ba
commit 8411488ab3

View File

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