From 508e451f94e0c411aa17f86437f892e4989876da Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 24 Jun 2025 15:27:52 +0200 Subject: [PATCH] Add container arch to system health data (#25896) --- src/data/system_health.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/system_health.ts b/src/data/system_health.ts index d8fb40c924..2723dc9fe7 100644 --- a/src/data/system_health.ts +++ b/src/data/system_health.ts @@ -34,6 +34,7 @@ export type SystemHealthInfo = Partial<{ dev: boolean; hassio: boolean; docker: boolean; + container_arch: string; user: string; virtualenv: boolean; python_version: string;