diff --git a/lib/types.ts b/lib/types.ts index aa059934..ee3f79c0 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -59,6 +59,7 @@ export type HassConfig = { version: string; config_source: string; recovery_mode: boolean; + safe_mode: boolean; state: "NOT_RUNNING" | "STARTING" | "RUNNING" | "STOPPING" | "FINAL_WRITE"; external_url: string | null; internal_url: string | null;