mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update 'updater' docs
This commit is contained in:
parent
804aa8d9bc
commit
ca1e660463
@ -10,14 +10,12 @@ footer: true
|
|||||||
ha_category: Other
|
ha_category: Other
|
||||||
---
|
---
|
||||||
|
|
||||||
The updater component will detect when the newest published version of Home
|
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.
|
||||||
Assistant does not match the currently installed version. When running,
|
|
||||||
it will check for new releases at startup and everyday at noon and midnight.
|
|
||||||
|
|
||||||
For an added bonus, an automation component can be created to send a message
|
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.
|
||||||
with a notifier when that state of this component's entity changes.
|
|
||||||
|
|
||||||
``` yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
automation:
|
automation:
|
||||||
alias: 'Update Available Notifications'
|
alias: 'Update Available Notifications'
|
||||||
trigger:
|
trigger:
|
||||||
@ -26,5 +24,5 @@ automation:
|
|||||||
action:
|
action:
|
||||||
service: notify.notify
|
service: notify.notify
|
||||||
data:
|
data:
|
||||||
message: 'Home Assistant update is available.'
|
message: 'Update for Home Assistant is available.'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user