mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix raw tag
This commit is contained in:
parent
b50c3616a3
commit
5515f6a85a
@ -58,6 +58,6 @@ An example on how to use it in an automation:
|
|||||||
action:
|
action:
|
||||||
service: notify.NAME_OF_NOTIFIER_GROUP
|
service: notify.NAME_OF_NOTIFIER_GROUP
|
||||||
data:
|
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 %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user