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