Site updated at 2017-02-12 07:34:42 UTC

This commit is contained in:
Travis CI 2017-02-12 07:34:42 +00:00
parent 19ebcd22fe
commit 081e177d00
23 changed files with 37 additions and 37 deletions

View file

@ -198,7 +198,7 @@ The frontend has a template editor developer tool to help develop and debug temp
{% 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 }}