From 964e476f036e98d30fc5907810adfcd26dc7ba29 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 24 Apr 2017 14:27:08 +0200 Subject: [PATCH] Add link to details --- source/_components/updater.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/updater.markdown b/source/_components/updater.markdown index b3797d9f5b5..eda5bd95f41 100644 --- a/source/_components/updater.markdown +++ b/source/_components/updater.markdown @@ -13,7 +13,7 @@ ha_category: Other The `updater` component will check daily for new releases. It will show a badge in the frontend if a new version was found. -The updater component will also collect basic information about Home Assistant and its environment. The information includes the current Home Assistant version, the timezone, Python version and operating system information. No identifiable information (i.e. IP address, GPS coordinates, etc.) will ever be collected. If you are concerned about your privacy, you are welcome to scrutinize the Python [source code](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/updater.py#L91). +The updater component will also collect basic information about the running Home Assistant instance and its environment. The information includes the current Home Assistant version, the timezone, Python version and operating system information. No identifiable information (i.e. IP address, GPS coordinates, etc.) will ever be collected. If you are concerned about your privacy, you are welcome to scrutinize the Python [source code](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/updater.py#L91). For further information about the Updater's data please check the [detailed overview](/docs/backend/updater/). To integrate this into Home Assistant, add the following section to your `configuration.yaml` file: