mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
small syntax style fix (#11165)
This commit is contained in:
parent
a2c6b7157a
commit
46aeeb0165
@ -104,7 +104,7 @@ Other state examples:
|
|||||||
|
|
||||||
{% if states('sensor.temperature') | float > 20 %}
|
{% if states('sensor.temperature') | float > 20 %}
|
||||||
It is warm!
|
It is warm!
|
||||||
{%endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}
|
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user