Quotes around jinja template (#14543)

This commit is contained in:
Thomas Lovén 2020-09-18 09:52:47 +02:00 committed by GitHub
parent a425383638
commit 6b50ac40f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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