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:
Alex Harvey 2017-06-15 22:37:36 -07:00 committed by Paulus Schoutsen
parent ba837e3f48
commit 934336a6ac

View File

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