Minimizing of the configuration sample (#1041)
This commit is contained in:
parent
dc07843704
commit
ec5306e579
6 changed files with 46 additions and 23 deletions
|
@ -11,7 +11,14 @@ logo: home-assistant.png
|
|||
ha_category: 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.
|
||||
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.
|
||||
|
||||
To integrate this into Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
updater:
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue