Skip to content

Commit 1310a91

Browse files
authored
Rename safe mode to recovery mode (#430)
1 parent 5220d87 commit 1310a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export type HassConfig = {
5858
allowlist_external_urls: string[];
5959
version: string;
6060
config_source: string;
61-
safe_mode: boolean;
61+
recovery_mode: boolean;
6262
state: "NOT_RUNNING" | "STARTING" | "RUNNING" | "STOPPING" | "FINAL_WRITE";
6363
external_url: string | null;
6464
internal_url: string | null;

0 commit comments

Comments
 (0)