From 9a5366c959e213af046efa6e382365af19536634 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sun, 24 Nov 2024 16:00:25 -0800 Subject: [PATCH] fix: Fix syntax errors --- packages/security/security.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/security/security.yaml b/packages/security/security.yaml index 510f4b3..ddf6428 100644 --- a/packages/security/security.yaml +++ b/packages/security/security.yaml @@ -787,7 +787,7 @@ automation: |first|default({'attributes':{'friendly_name':'Automation'}}) %}Open garage door ignored by {{ person.attributes.friendly_name }} - alias: Notify that the event was ignored (ntfy) - shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: @@ -814,7 +814,7 @@ automation: data: message: "Garage door timeout cancelled because alarm was disarmed" - alias: Notify that the event was cancelled (ntfy) - shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: @@ -833,7 +833,7 @@ automation: data: message: "Garage door closing automatically" - alias: Notify the event timed out (ntfy) - shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: @@ -876,7 +876,7 @@ automation: title: Lock - alias: Send notice to ntfy - service: shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: @@ -928,7 +928,7 @@ automation: |first|default({'attributes':{'friendly_name':'Automation'}}) %}Unlocked front door ignored by {{ person.attributes.friendly_name }} - alias: Notify that the event was ignored (ntfy) - shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: @@ -955,7 +955,7 @@ automation: data: message: "Front door timeout cancelled because alarm was disarmed" - alias: Notify that the event timed out (ntfy) - shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: @@ -974,7 +974,7 @@ automation: data: message: "Front door locking automatically" - alias: Notify that the event timed out (ntfy) - shell_command.ntfy + action: shell_command.ntfy data: topic: security tags: