syntax error (#2013)

This commit is contained in:
bbrendon 2017-02-11 23:30:43 -08:00 committed by Fabian Affolter
parent ea0360db0d
commit 0040020c6f

View File

@ -122,7 +122,7 @@ Print out a list of all the sensor states.
{% if is_state('device_tracker.paulus', 'home') %}
Ha, Paulus is home!
{% else %}
Paulus is at {{ states('device_tracker.paulus')) }}.
Paulus is at {{ states('device_tracker.paulus') }}.
{% endif %}
{{ states.sensor.temperature | float + 1 }}