mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Add arch to analytics (#18050)
This commit is contained in:
parent
b1dd36a9a3
commit
f50ac45741
@ -38,6 +38,7 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
|
|
||||||
- If your installation is supported
|
- If your installation is supported
|
||||||
- If your installation is healthy
|
- If your installation is healthy
|
||||||
|
- The architecture of your installation
|
||||||
|
|
||||||
If you are running Home Assistant Operating System, this will also contain:
|
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",
|
"installation_type": "Home Assistant OS",
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
"healthy": true,
|
"healthy": true,
|
||||||
"supported": true
|
"supported": true,
|
||||||
|
"arch": "amd64"
|
||||||
},
|
},
|
||||||
"operating_system": {
|
"operating_system": {
|
||||||
"board": "odroid-n2",
|
"board": "odroid-n2",
|
||||||
@ -90,7 +92,8 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
"installation_type": "Home Assistant OS",
|
"installation_type": "Home Assistant OS",
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
"healthy": true,
|
"healthy": true,
|
||||||
"supported": true
|
"supported": true,
|
||||||
|
"arch": "amd64"
|
||||||
},
|
},
|
||||||
"operating_system": {
|
"operating_system": {
|
||||||
"board": "odroid-n2",
|
"board": "odroid-n2",
|
||||||
@ -134,7 +137,8 @@ If your system includes the Supervisor, this will also contain:
|
|||||||
"installation_type": "Home Assistant OS",
|
"installation_type": "Home Assistant OS",
|
||||||
"supervisor": {
|
"supervisor": {
|
||||||
"healthy": true,
|
"healthy": true,
|
||||||
"supported": true
|
"supported": true,
|
||||||
|
"arch": "amd64"
|
||||||
},
|
},
|
||||||
"operating_system": {
|
"operating_system": {
|
||||||
"board": "odroid-n2",
|
"board": "odroid-n2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user