Add security provisions to Good Morning flow #75
This commit is contained in:
@ -360,6 +360,18 @@ automation:
|
||||
target:
|
||||
entity_id: input_boolean.vacation_mode
|
||||
|
||||
- id: 027f6f05-289f-4f3d-925e-54d95226ea34
|
||||
alias: Security Schedules Reset
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "00:00:00"
|
||||
action:
|
||||
- service: automation.turn_on
|
||||
target:
|
||||
entity_id:
|
||||
- automation.scheduled_alarm_rearm
|
||||
- automation.scheduled_alarm_disarm
|
||||
|
||||
script:
|
||||
security_arm_home:
|
||||
alias: Security Arm - Home
|
||||
|
Reference in New Issue
Block a user