fix: Fix issues in trigger processing
This commit is contained in:
@@ -867,7 +867,7 @@ automation:
|
|||||||
title: Garage Door Cancelled
|
title: Garage Door Cancelled
|
||||||
message: "Garage door timeout cancelled because alarm was disarmed"
|
message: "Garage door timeout cancelled because alarm was disarmed"
|
||||||
|
|
||||||
- conditions: "{{ 'completed' not in wait or not wait.completed }}"
|
- conditions: "{{ 'remaining' not in wait or not wait.remaining }}"
|
||||||
sequence:
|
sequence:
|
||||||
- alias: Close garage door
|
- alias: Close garage door
|
||||||
action: switch.turn_on
|
action: switch.turn_on
|
||||||
@@ -1008,7 +1008,7 @@ automation:
|
|||||||
title: Front Door Cancelled
|
title: Front Door Cancelled
|
||||||
message: Front door timeout cancelled because alarm was disarmed
|
message: Front door timeout cancelled because alarm was disarmed
|
||||||
|
|
||||||
- conditions: "{{ not wait.completed }}"
|
- conditions: "{{ 'remaining' not in wait or not wait.remaining }}"
|
||||||
sequence:
|
sequence:
|
||||||
- alias: Lock front door
|
- alias: Lock front door
|
||||||
action: lock.lock
|
action: lock.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user