Tweaks to E's sleep handling, particularly with naps

This commit is contained in:
2023-07-01 13:09:17 -04:00
parent 99ca63ea28
commit c0110ae243

View File

@ -85,7 +85,7 @@ automation:
state: 'off' state: 'off'
- condition: time - condition: time
before: "23:00:00" before: "23:00:00"
after: "04:00:00" after: "07:00:00"
then: then:
- service: input_datetime.set_datetime - service: input_datetime.set_datetime
target: target:
@ -115,7 +115,6 @@ automation:
entity_id: input_boolean.emma_has_napped entity_id: input_boolean.emma_has_napped
state: 'off' state: 'off'
- condition: time - condition: time
before: "23:30:00"
after: "15:00:00" after: "15:00:00"
then: then:
- service: input_datetime.set_datetime - service: input_datetime.set_datetime