Skip to content

Commit 69b5571

Browse files
kellerzafabaff
authored andcommitted
Introduce the new updater data collection (home-assistant#1277)
* Introduce the new updater data collection * Update updater.markdown
1 parent e032db5 commit 69b5571

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/_components/updater.markdown

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ logo: home-assistant.png
1111
ha_category: Other
1212
---
1313

14-
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.
14+
The `updater` component will check daily for new releases. It will show a badge in the frontend if a new version was found.
1515

1616
To integrate this into Home Assistant, add the following section to your `configuration.yaml` file:
1717

1818
```yaml
19-
# Example configuration.yaml entry
2019
updater:
2120
```
2221
@@ -34,3 +33,7 @@ automation:
3433
data:
3534
message: 'Update for Home Assistant is available.'
3635
```
36+
37+
The updater component will collect basic information about Home Assistant and it's environment. The information includes the current Home Assistant version, the timezone, Python version and operating system infomation. No identifiable information (i.e. IP, GPS coordinates) will ever be collected. If you are concerned about your privacy, you are welcome to scrutinize the Python [source code](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/updater.py#L91).
38+
39+
If you choose not to share any information when checking for updates, you can add `reporting: False` to the updater section of your configuration.

0 commit comments

Comments
 (0)