1
0

Automation to turn back on automations to go to sleep

This commit is contained in:
Przemek Grondek 2023-08-30 21:32:03 +02:00
parent bbad2284b3
commit 8881f05642

View File

@ -155,3 +155,15 @@
- service: switch.turn_off
target:
entity_id: switch.computer_outlet
- id: behaviour_goto_sleep_back_on
alias: '[Behaviour] Go to sleep - turn automations back on'
trigger:
- platform: time
at: '05:00:00'
action:
- service: automation.turn_on
target:
entity_id:
- automation.behaviour_go_to_sleep
- automation.behaviour_go_to_sleep_hard_cutoff