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: