Site updated at 2017-01-30 13:38:05 UTC

This commit is contained in:
Travis CI 2017-01-30 13:38:05 +00:00
parent 4a04134746
commit abccf39b53
23 changed files with 37 additions and 37 deletions

View file

@ -200,7 +200,7 @@ The frontend has a template editor developer tool to help develop and debug temp
{{ states.sensor.temperature | float + 1 }}
{{ states.sensor.temperature | float * 10 | round(2) }}
{{ (states.sensor.temperature | float * 10) | round(2) }}
{% if states('sensor.temperature') | float > 20 %}
It is warm!