From ffcfddd563547ef1d533c69b65d9ff5d2b92865d Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 23 Oct 2023 15:42:08 +0200 Subject: [PATCH] Rename safe mode to recovery mode --- lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;