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