mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
9fd6eb8e2d
@ -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