mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Quotes around jinja template (#14543)
This commit is contained in:
parent
a425383638
commit
6b50ac40f6
@ -33,7 +33,7 @@ automation 2:
|
|||||||
notification_service: notify.paulus_iphone
|
notification_service: notify.paulus_iphone
|
||||||
action:
|
action:
|
||||||
# Actions are scripts so can also be a list of actions
|
# Actions are scripts so can also be a list of actions
|
||||||
- service: {{ notification_service }}
|
- service: '{{ notification_service }}'
|
||||||
data:
|
data:
|
||||||
message: Beautiful sunset!
|
message: Beautiful sunset!
|
||||||
- delay: 0:35
|
- delay: 0:35
|
||||||
|
Loading…
x
Reference in New Issue
Block a user