Tweaks to E's sleep handling, particularly with naps
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user