mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
syntax error (#2013)
This commit is contained in:
parent
ea0360db0d
commit
0040020c6f
@ -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…
x
Reference in New Issue
Block a user