Added a few more condition variables for Alexa Guard #554
This commit is contained in:
parent
be224b0a49
commit
ee2d4c1217
|
@ -88,7 +88,10 @@
|
|||
# Only Disarm if armed. Otherwise, Exit out.
|
||||
- condition: state
|
||||
entity_id: alarm_control_panel.alexa_guard
|
||||
state: armed
|
||||
state:
|
||||
- armed_away
|
||||
- armed_home
|
||||
- armed
|
||||
|
||||
- service: alarm_control_panel.alarm_disarm
|
||||
entity_id: alarm_control_panel.alexa_guard
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue