Site updated at 2016-12-16 08:12:05 UTC

This commit is contained in:
Travis CI 2016-12-16 08:12:05 +00:00
parent 25797f050b
commit 4d78eb8693
23 changed files with 37 additions and 37 deletions

View file

@ -208,7 +208,7 @@ The frontend has a template editor developer tool to help develop and debug temp
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}
{{ as_timestamp(now) - as_timestamp(states.binary_sensor.garage_door.last_changed) }}
{{ as_timestamp(now()) - as_timestamp(states.binary_sensor.garage_door.last_changed) }}
</code></pre>
</div>