mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 01:58:57 +00:00
814 B
814 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
page | Updater | Detecting when Home Assistant updates are available. | 2015-11-15 20:40 | true | false | true | true | home-assistant.png | Other |
The updater component will check for new releases at startup and everyday at noon and midnight. It will show a badge in the frontend if a new version has been detected.
For an added bonus, an automation component can be created to send a message with a notifier when that state of this component's entity changes.
# Example configuration.yaml entry
automation:
alias: 'Update Available Notifications'
trigger:
platform: state
entity_id: updater.updater
action:
service: notify.notify
data:
message: 'Update for Home Assistant is available.'