mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add container arch to system health data (#25896)
This commit is contained in:
parent
bfcc36bb40
commit
508e451f94
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user