Site updated at 2017-01-30 13:38:05 UTC
This commit is contained in:
parent
4a04134746
commit
abccf39b53
23 changed files with 37 additions and 37 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue