syntax error (#2013)
This commit is contained in:
parent
ea0360db0d
commit
0040020c6f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Print out a list of all the sensor states.
|
||||||
{% if is_state('device_tracker.paulus', 'home') %}
|
{% if is_state('device_tracker.paulus', 'home') %}
|
||||||
Ha, Paulus is home!
|
Ha, Paulus is home!
|
||||||
{% else %}
|
{% else %}
|
||||||
Paulus is at {{ states('device_tracker.paulus')) }}.
|
Paulus is at {{ states('device_tracker.paulus') }}.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ states.sensor.temperature | float + 1 }}
|
{{ states.sensor.temperature | float + 1 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue