Added a few more condition variables for Alexa Guard #554

This commit is contained in:
ccostan 2020-08-17 17:04:46 -04:00
parent be224b0a49
commit ee2d4c1217
2 changed files with 4 additions and 1 deletions

View File

@ -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