Add security provisions to Good Morning flow #75
This commit is contained in:
@ -331,6 +331,8 @@
|
|||||||
entity_id:
|
entity_id:
|
||||||
- automation.family_has_arrived
|
- automation.family_has_arrived
|
||||||
- automation.family_has_left
|
- automation.family_has_left
|
||||||
|
- automation.scheduled_alarm_rearm
|
||||||
|
- automation.scheduled_alarm_disarm
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
|
Submodule node-red/projects/NerdFlows updated: c15f901fdc...e59f26b308
@ -360,6 +360,18 @@ automation:
|
|||||||
target:
|
target:
|
||||||
entity_id: input_boolean.vacation_mode
|
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:
|
script:
|
||||||
security_arm_home:
|
security_arm_home:
|
||||||
alias: Security Arm - Home
|
alias: Security Arm - Home
|
||||||
|
Reference in New Issue
Block a user