You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with 0.31 the [updater component](/components/updater/) sends an optional report about Home Assistant instance.
14
14
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
+
15
22
We are only collecting this information to better understand our user base to provide better long term support and feature development.
16
23
17
24
| Name | Description | Example | Data Source |
@@ -49,4 +56,4 @@ The server also adds two timestamps to the data:
49
56
- the original date your instance UUID was first seen
50
57
- the timestamp of the last time we have seen your instance
51
58
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