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 %}