Automation to turn back on automations to go to sleep
This commit is contained in:
parent
bbad2284b3
commit
8881f05642
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user