fix: Fix issues in trigger processing

This commit is contained in:
2025-01-04 11:15:08 -08:00
parent 5d677c5583
commit 2decb4cf94

View File

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