mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
|
||||
action:
|
||||
# Actions are scripts so can also be a list of actions
|
||||
- service: {{ notification_service }}
|
||||
- service: '{{ notification_service }}'
|
||||
data:
|
||||
message: Beautiful sunset!
|
||||
- delay: 0:35
|
||||
|
Loading…
x
Reference in New Issue
Block a user