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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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