From 67bdf116b585aec20d511245f5873c94ded13685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 7 Apr 2021 03:27:44 +0200 Subject: [PATCH] Change uuid (#17307) --- source/_integrations/analytics.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index 53745c32e40..dfd9a10878d 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -39,7 +39,7 @@ If your system includes the Supervisor, this will also contain: ```json { - "huuid": "12a3456bc78d90123ef4567g789012h3", + "uuid": "12a3456bc78d90123ef4567g789012h3", "version": "2021.4.0", "installation_type": "Home Assistant OS", "supervisor": { @@ -71,7 +71,7 @@ If your system includes the Supervisor, this will also contain: ```json { - "huuid": "12a3456bc78d90123ef4567g789012h3", + "uuid": "12a3456bc78d90123ef4567g789012h3", "version": "2021.4.0", "installation_type": "Home Assistant OS", "supervisor": { @@ -111,7 +111,7 @@ If your system includes the Supervisor, this will also contain: ```json { - "huuid": "12a3456bc78d90123ef4567g789012h3", + "uuid": "12a3456bc78d90123ef4567g789012h3", "version": "2021.4.0", "installation_type": "Home Assistant OS", "supervisor": { @@ -144,7 +144,7 @@ Your data is securely stored in [CloudFlare's Key-Value store](https://www.cloud This is an example of how the information is stored: {% configuration_basic %} -"huuid:12a3456bc78d90123ef4567g789012h3": +"uuid:12a3456bc78d90123ef4567g789012h3": description: "{'version': '2021.4.0', 'installation_type': 'Home Assistant OS', 'country': 'NO'}" {% endconfiguration_basic %}