1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add container arch to system health data (#25896)

This commit is contained in:
Stefan Agner
2025-06-24 15:27:52 +02:00
committed by GitHub
parent bfcc36bb40
commit 508e451f94

View File

@@ -34,6 +34,7 @@ export type SystemHealthInfo = Partial<{
dev: boolean;
hassio: boolean;
docker: boolean;
container_arch: string;
user: string;
virtualenv: boolean;
python_version: string;