From 934336a6ac8d1b9fc66b8887d13e93e13ff45a5f Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Thu, 15 Jun 2017 22:37:36 -0700 Subject: [PATCH] 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 --- source/_components/updater.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index eda5bd95f41..89970ce5e1d 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -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.