Fixes updater notification template (#10278)

This commit is contained in:
Franck Nijhof 2019-09-02 20:45:38 +02:00 committed by Klaas Schoute
parent d1cbdbdf5a
commit c034dc951c

View File

@ -68,7 +68,7 @@ automation:
to: 'on'
action:
- service: notify.notify
data:
data_template:
message: "Home Assistant {{ state_attr('binary_sensor.updater', 'newest_version') }} is available."
```
{% endraw %}