Skip to content

Commit 52f2dda

Browse files
committed
Update updater docs
1 parent ea3a1d4 commit 52f2dda

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/_docs/backend/updater.markdown

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ redirect_from: /details/updater/
1212

1313
Starting with 0.31 the [updater component](/components/updater/) sends an optional report about Home Assistant instance.
1414

15+
If you want to opt-in to include component information, add `include_used_components` to your config. This will allow the Home Assistant developers to focus development efforts on the most popular components.
16+
17+
```yaml
18+
updater:
19+
include_used_components: true
20+
```
21+
1522
We are only collecting this information to better understand our user base to provide better long term support and feature development.
1623
1724
| Name | Description | Example | Data Source |
@@ -49,4 +56,4 @@ The server also adds two timestamps to the data:
4956
- the original date your instance UUID was first seen
5057
- the timestamp of the last time we have seen your instance
5158

52-
There are currently no plans to publicly expose any of this information. If we did do such a thing in the future we would of course notify you in advance. It must also be stated that we will never sell or allow the use of this information for non-Home Assistant purposes.
59+
We will never publicly expose individual gathered data. We might however publish aggregated stats about our user base (example: 70% of all users use Linux). We will never sell or allow the use of this information for non-Home Assistant development purposes.

0 commit comments

Comments
 (0)