From 683e15eb5bc2f57346f2be66d5805673d705bdd0 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Fri, 2 Apr 2021 11:49:56 +0000 Subject: [PATCH 1/3] Add note about country --- source/_integrations/analytics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index bfa50bbab529..4a2c1b558cd5 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -146,6 +146,6 @@ This is an example of how the information is stored: {% endconfiguration_basic %} -Like all other websites you visit, the IP address and client information that sent the request will be visible to the remote server, this, however, is not stored by us (you are more than welcome to inspect [the code that receives the data](https://github.com/home-assistant/analytics.home-assistant.io)), CloudFlare will keep a log of all interactions, [see their privacy policy for more details about that](https://www.cloudflare.com/privacypolicy/) +Like all other websites you visit, the IP address and client information that sent the request will be visible to the remote server, other than the country of origin for the request nothing else is stored by us (you are more than welcome to inspect [the code that receives the data](https://github.com/home-assistant/analytics.home-assistant.io)), CloudFlare will keep a log of all interactions, [see their privacy policy for more details about that](https://www.cloudflare.com/privacypolicy/) The data will be used to display the information on and to analyze how users are using Home Assistant. This allows for workload prioritizing to focus resources on improving the areas that are most important to our users. From b3903185bd1d8411080c1b71ba9cb8bd1e0322a0 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Fri, 2 Apr 2021 11:51:32 +0000 Subject: [PATCH 2/3] Add country to the example --- source/_integrations/analytics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index 4a2c1b558cd5..c6e4a794ed38 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -142,7 +142,7 @@ The data is stored in CloudFlare's KV (Key-Value) store for the [Receiver](#rece This is an example of how the information is stored: {% configuration_basic %} "huuid:12a3456bc78d90123ef4567g789012h3": - description: "{'version': '2021.4.0', 'installation_type': 'Home Assistant OS'}" + description: "{'version': '2021.4.0', 'installation_type': 'Home Assistant OS', 'country': 'NO'}" {% endconfiguration_basic %} From 4e168d08d68ebb93efb6369763e3ca7677aa9616 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Fri, 2 Apr 2021 12:19:50 +0000 Subject: [PATCH 3/3] just the code --- source/_integrations/analytics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index c6e4a794ed38..585fc3b7acf9 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -146,6 +146,6 @@ This is an example of how the information is stored: {% endconfiguration_basic %} -Like all other websites you visit, the IP address and client information that sent the request will be visible to the remote server, other than the country of origin for the request nothing else is stored by us (you are more than welcome to inspect [the code that receives the data](https://github.com/home-assistant/analytics.home-assistant.io)), CloudFlare will keep a log of all interactions, [see their privacy policy for more details about that](https://www.cloudflare.com/privacypolicy/) +Like all other websites you visit, the IP address and client information that sent the request will be visible to the remote server, other than the country-code of origin for the request nothing else is stored by us (you are more than welcome to inspect [the code that receives the data](https://github.com/home-assistant/analytics.home-assistant.io)), CloudFlare will keep a log of all interactions, [see their privacy policy for more details about that](https://www.cloudflare.com/privacypolicy/) The data will be used to display the information on and to analyze how users are using Home Assistant. This allows for workload prioritizing to focus resources on improving the areas that are most important to our users.