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
Copy file name to clipboardExpand all lines: source/_components/updater.markdown
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,23 @@ updater:
23
23
24
24
If you choose not to share any information when checking for updates, you can add `reporting: False`.
25
25
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
+
26
43
### {% linkable_title Notification %}
27
44
28
45
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