🚑 Fixes Liquid warning (#8210)

This commit is contained in:
Franck Nijhof 2019-01-19 12:29:11 +01:00 committed by Joakim Sørensen
parent e19443b969
commit 210dcf13a2

View File

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