We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5220d87 commit 1310a91Copy full SHA for 1310a91
lib/types.ts
@@ -58,7 +58,7 @@ export type HassConfig = {
58
allowlist_external_urls: string[];
59
version: string;
60
config_source: string;
61
- safe_mode: boolean;
+ recovery_mode: boolean;
62
state: "NOT_RUNNING" | "STARTING" | "RUNNING" | "STOPPING" | "FINAL_WRITE";
63
external_url: string | null;
64
internal_url: string | null;
0 commit comments