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