Skip to content

Commit 934336a

Browse files
infamyballoob
authored andcommitted
Updater improvements to send option component information (home-assistant#2698)
* Updater improvements to send option component information Updater improvements to send option component information, home-assistant/core#7720 * Update updater.markdown
1 parent ba837e3 commit 934336a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/_components/updater.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ updater:
2323
2424
If you choose not to share any information when checking for updates, you can add `reporting: False`.
2525

26+
It is possible to report the components that you are using to the Home Assistant developers. This will help them focus on improving the popular ones. To enable this option, you have to add `include_used_components: True`.
27+
28+
```json
29+
"components": [
30+
"apcupsd",
31+
"api",
32+
"automation",
33+
"binary_sensor",
34+
"binary_sensor.zwave",
35+
"camera",
36+
"camera.uvc",
37+
"config",
38+
"config.core",
39+
...
40+
]
41+
```
42+
2643
### {% linkable_title Notification %}
2744

2845
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.

0 commit comments

Comments
 (0)