From 2decb4cf94d67ead8dbaebe12b50d5986e4c8441 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 4 Jan 2025 11:15:08 -0800 Subject: [PATCH] fix: Fix issues in trigger processing --- packages/security/security.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/security/security.yaml b/packages/security/security.yaml index e7b3dd6..4c3a169 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -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