small syntax style fix (#11165)

This commit is contained in:
Bas Nijholt 2019-11-14 14:58:59 +01:00 committed by Fabian Affolter
parent a2c6b7157a
commit 46aeeb0165

View File

@ -104,7 +104,7 @@ Other state examples:
{% if states('sensor.temperature') | float > 20 %}
It is warm!
{%endif %}
{% endif %}
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}