fix: Fix syntax errors

This commit is contained in:
2024-11-24 16:00:25 -08:00
parent 25c3a5838e
commit 9a5366c959

View File

@@ -787,7 +787,7 @@ automation:
|first|default({'attributes':{'friendly_name':'Automation'}}) |first|default({'attributes':{'friendly_name':'Automation'}})
%}Open garage door ignored by {{ person.attributes.friendly_name }} %}Open garage door ignored by {{ person.attributes.friendly_name }}
- alias: Notify that the event was ignored (ntfy) - alias: Notify that the event was ignored (ntfy)
shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags:
@@ -814,7 +814,7 @@ automation:
data: data:
message: "Garage door timeout cancelled because alarm was disarmed" message: "Garage door timeout cancelled because alarm was disarmed"
- alias: Notify that the event was cancelled (ntfy) - alias: Notify that the event was cancelled (ntfy)
shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags:
@@ -833,7 +833,7 @@ automation:
data: data:
message: "Garage door closing automatically" message: "Garage door closing automatically"
- alias: Notify the event timed out (ntfy) - alias: Notify the event timed out (ntfy)
shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags:
@@ -876,7 +876,7 @@ automation:
title: Lock title: Lock
- alias: Send notice to ntfy - alias: Send notice to ntfy
service: shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags:
@@ -928,7 +928,7 @@ automation:
|first|default({'attributes':{'friendly_name':'Automation'}}) |first|default({'attributes':{'friendly_name':'Automation'}})
%}Unlocked front door ignored by {{ person.attributes.friendly_name }} %}Unlocked front door ignored by {{ person.attributes.friendly_name }}
- alias: Notify that the event was ignored (ntfy) - alias: Notify that the event was ignored (ntfy)
shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags:
@@ -955,7 +955,7 @@ automation:
data: data:
message: "Front door timeout cancelled because alarm was disarmed" message: "Front door timeout cancelled because alarm was disarmed"
- alias: Notify that the event timed out (ntfy) - alias: Notify that the event timed out (ntfy)
shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags:
@@ -974,7 +974,7 @@ automation:
data: data:
message: "Front door locking automatically" message: "Front door locking automatically"
- alias: Notify that the event timed out (ntfy) - alias: Notify that the event timed out (ntfy)
shell_command.ntfy action: shell_command.ntfy
data: data:
topic: security topic: security
tags: tags: