Security reschedule will now only run when wife has work today #61
This commit is contained in:
@ -188,7 +188,12 @@ automation:
|
|||||||
state: 'on'
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- service: script.security_arm_home
|
- 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:
|
script:
|
||||||
security_arm_home:
|
security_arm_home:
|
||||||
|
Reference in New Issue
Block a user