mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Updater improvements to send option component information (#2698)
* Updater improvements to send option component information Updater improvements to send option component information, https://github.com/home-assistant/home-assistant/pull/7720 * Update updater.markdown
This commit is contained in:
parent
ba837e3f48
commit
934336a6ac
@ -23,6 +23,23 @@ updater:
|
||||
|
||||
If you choose not to share any information when checking for updates, you can add `reporting: False`.
|
||||
|
||||
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`.
|
||||
|
||||
```json
|
||||
"components": [
|
||||
"apcupsd",
|
||||
"api",
|
||||
"automation",
|
||||
"binary_sensor",
|
||||
"binary_sensor.zwave",
|
||||
"camera",
|
||||
"camera.uvc",
|
||||
"config",
|
||||
"config.core",
|
||||
...
|
||||
]
|
||||
```
|
||||
|
||||
### {% linkable_title Notification %}
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user