From 210dcf13a299adf52d9a3f757d945d56a3d9d399 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 19 Jan 2019 12:29:11 +0100 Subject: [PATCH] :ambulance: Fixes Liquid warning (#8210) --- source/_components/notify.group.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown index 467ec40282b..b4eb9b5e3a4 100644 --- a/source/_components/notify.group.markdown +++ b/source/_components/notify.group.markdown @@ -53,9 +53,11 @@ services: An example on how to use it in an automation: +{% raw %} ```yaml action: service: notify.NAME_OF_NOTIFIER_GROUP data: message: "The sun is {% if is_state('sun.sun', 'above_horizon') %}up{% else %}down{% endif %}!" ``` +{% endraw %}