Merge branch 'current' into next

This commit is contained in:
Paulus Schoutsen 2019-01-23 13:03:08 -08:00
commit 9fd6eb8e2d

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