From 5515f6a85a8ba37268f8f3fa007eb8c5f7ebcbb3 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 Jan 2019 13:03:00 -0800 Subject: [PATCH] Fix raw tag --- source/_components/notify.group.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown index a81cc3d6ce0..b4eb9b5e3a4 100644 --- a/source/_components/notify.group.markdown +++ b/source/_components/notify.group.markdown @@ -58,6 +58,6 @@ An example on how to use it in an automation: action: service: notify.NAME_OF_NOTIFIER_GROUP data: - message: "{% raw %}The sun is {% if is_state('sun.sun', 'above_horizon') %}up{% else %}down{% endif %}{% endraw %}!" + message: "The sun is {% if is_state('sun.sun', 'above_horizon') %}up{% else %}down{% endif %}!" ``` {% endraw %}