Skip to content

Commit

Permalink
Rename safe mode to recovery mode (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Oct 24, 2023
1 parent 5220d87 commit 1310a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1310a91

Please sign in to comment.