From d0439f2d7806f9e308b1fa75b04b4f0c1da87357 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 15 Feb 2025 06:12:51 -0800 Subject: [PATCH] fix: Fix ntfy notification scripts --- packages/security/security.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/security/security.yaml b/packages/security/security.yaml index 5be576f..1230c62 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -789,8 +789,8 @@ automation: message: Garage door is open! It will close in 10 minutes if not ignored. priority: high actions: - - 'http,Ignore,%ha%,body={\"action\":\"{{ action_ignore }}\"}' - - 'http,Close,%ha%,body={\"action\":\"{{ action_close }}\"}' + - 'http,Ignore,%ha_event%,body={\"action\":\"{{ action_ignore }}\"}' + - 'http,Close,%ha_event%,body={\"action\":\"{{ action_close }}\"}' - alias: Wait for action callback wait_for_trigger: @@ -926,8 +926,8 @@ automation: message: Front door is unlocked! It will lock in 10 minutes if not ignored. priority: high actions: - - 'http,Ignore,%ha%,body={\"action\":\"{{ action_ignore }}\"}' - - 'http,Lock,%ha%,body={\"action\":\"{{ action_lock }}\"}' + - 'http,Ignore,%ha_event%,body={\"action\":\"{{ action_ignore }}\"}' + - 'http,Lock,%ha_event%,body={\"action\":\"{{ action_lock }}\"}' - alias: Wait for action callback wait_for_trigger: