Security reschedule will now only run when wife has work today #61
This commit is contained in:
@ -188,7 +188,12 @@ automation:
|
||||
state: 'on'
|
||||
action:
|
||||
- service: script.security_arm_home
|
||||
- service: script.security_scheduling
|
||||
- if:
|
||||
- condition: state
|
||||
entity_id: input_boolean.work_today
|
||||
state: 'on'
|
||||
then:
|
||||
- service: script.security_scheduling
|
||||
|
||||
script:
|
||||
security_arm_home:
|
||||
|
Reference in New Issue
Block a user