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