From 5d677c5583db012762d366e4ead67aabd75a669f Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 4 Jan 2025 11:12:25 -0800 Subject: [PATCH] fix: Fix issue in trigger processing --- packages/security/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/security/security.yaml b/packages/security/security.yaml index 2971b78..e7b3dd6 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -253,7 +253,7 @@ script: - alias: Process Trigger choose: - - conditions: "{{ 'completed' not in wait or not wait.completed }}" + - conditions: "{{ 'remaining' not in wait or not wait.remaining }}" sequence: - alias: Notify that the Garage Door did not Close action: notify.security