Little bit of fine tuning to the Alexa Guard awareness - #554
This commit is contained in:
parent
a1e76e0bbe
commit
7db9fc4e9d
|
@ -25,7 +25,7 @@
|
|||
{{ trigger.to_state.entity_id }}
|
||||
|
||||
- wait_template: "{{ states.binary_sensor.mcu1_gpio12.state == 'on' }}"
|
||||
timeout: '00:10:00'
|
||||
timeout: '00:05:00'
|
||||
|
||||
- wait_template: "{{ states.binary_sensor.kitchen_door.state == 'on' }}"
|
||||
timeout: '00:1:00'
|
||||
|
|
|
@ -49,3 +49,14 @@
|
|||
- light.fridge
|
||||
- light.living_room_slider
|
||||
- light.M1_front_right
|
||||
|
||||
# Only Disarm if armed. Otherwise, Exit out.
|
||||
- condition: state
|
||||
entity_id: alarm_control_panel.alexa_guard
|
||||
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: 34 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 166 KiB |
Loading…
Reference in New Issue