Fix raw tag

This commit is contained in:
Paulus Schoutsen 2019-01-23 13:03:00 -08:00
parent b50c3616a3
commit 5515f6a85a

View File

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