Fix missing end of block in template binary sensor (#14390)

This commit is contained in:
J. Nick Koston 2020-09-03 15:43:32 -05:00 committed by GitHub
parent 0a19873f0c
commit 833da896c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -333,6 +333,7 @@ automation:
action:
- service: homeassistant.update_entity
entity_id: binary_sensor.minute_is_odd
```
{% endraw %}
In the case where the template should be updated every minute, replacing `now()` with `as_local(states.sensor.time.last_changed)`