From f50ac45741bafb28d56abd22d151d5e4fc84e95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 1 Jun 2021 16:43:08 +0200 Subject: [PATCH] Add arch to analytics (#18050) --- source/_integrations/analytics.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index 861bed823b4..ec29202eac3 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -38,6 +38,7 @@ If your system includes the Supervisor, this will also contain: - If your installation is supported - If your installation is healthy +- The architecture of your installation If you are running Home Assistant Operating System, this will also contain: @@ -53,7 +54,8 @@ If you are running Home Assistant Operating System, this will also contain: "installation_type": "Home Assistant OS", "supervisor": { "healthy": true, - "supported": true + "supported": true, + "arch": "amd64" }, "operating_system": { "board": "odroid-n2", @@ -90,7 +92,8 @@ If your system includes the Supervisor, this will also contain: "installation_type": "Home Assistant OS", "supervisor": { "healthy": true, - "supported": true + "supported": true, + "arch": "amd64" }, "operating_system": { "board": "odroid-n2", @@ -134,7 +137,8 @@ If your system includes the Supervisor, this will also contain: "installation_type": "Home Assistant OS", "supervisor": { "healthy": true, - "supported": true + "supported": true, + "arch": "amd64" }, "operating_system": { "board": "odroid-n2",