fix: Fix syntax errors
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user