Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/_integrations/analytics.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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 %}