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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user