Fixed error in now() usage in template

This commit is contained in:
Andrew 2016-12-15 21:41:22 -06:00 committed by GitHub
parent adc603a7c2
commit f1ccc8ea70

View File

@ -131,7 +131,7 @@ Print out a list of all the sensor states.
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}
{{ as_timestamp(now) - as_timestamp(states.binary_sensor.garage_door.last_changed) }}{% endraw %}
{{ as_timestamp(now()) - as_timestamp(states.binary_sensor.garage_door.last_changed) }}{% endraw %}
```
### {% linkable_title Distance examples %}