mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +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;
|
||||
hassio: boolean;
|
||||
docker: boolean;
|
||||
container_arch: string;
|
||||
user: string;
|
||||
virtualenv: boolean;
|
||||
python_version: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user