1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-28 12:44:25 +01:00

Add hostname and metrics to Add-ons (#8253)

This commit is contained in:
Joakim Sørensen
2021-01-27 22:38:07 +01:00
committed by GitHub
parent 69d0a22091
commit 5ee0250ba5
2 changed files with 324 additions and 238 deletions

View File

@@ -41,6 +41,7 @@ export interface HassioAddonDetails extends HassioAddonInfo {
gpio: boolean;
hassio_api: boolean;
hassio_role: "default" | "homeassistant" | "manager" | "admin";
hostname: string;
homeassistant_api: boolean;
homeassistant: string;
host_dbus: boolean;