From 6b50ac40f68f87dc193b0a184281abd0d84bf4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Fri, 18 Sep 2020 09:52:47 +0200 Subject: [PATCH] Quotes around jinja template (#14543) --- source/_docs/automation/action.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/action.markdown b/source/_docs/automation/action.markdown index cc8c9122757..fab1df5d48f 100644 --- a/source/_docs/automation/action.markdown +++ b/source/_docs/automation/action.markdown @@ -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