Great little enhancement found in @jnewland repo.

This commit is contained in:
ccostan 2020-08-17 22:17:33 -04:00
parent ee2d4c1217
commit c176b6f392
3 changed files with 5 additions and 1 deletions

View File

@ -32,6 +32,10 @@
- service: switch.turn_off - service: switch.turn_off
entity_id: switch.back_landscaping entity_id: switch.back_landscaping
# Arms Alexa Guard. Disarms in the Announcements.yaml # Arms Alexa Guard unless Guest Mode is on. Disarms in the Announcements.yaml
- condition: template
value_template: >
{{ states.input_boolean.guest_mode.state != "on" }}
- service: alarm_control_panel.alarm_arm_away - service: alarm_control_panel.alarm_arm_away
entity_id: alarm_control_panel.alexa_guard entity_id: alarm_control_panel.alexa_guard

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 173 KiB