From 2151eb9b74dffcbb291a3761c9ca4bd11ef02bcf Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 24 Oct 2023 09:22:18 +0200 Subject: [PATCH] Rename safe mode integration to recovery mode (#29503) --- .../{safe_mode.markdown => recovery_mode.markdown} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename source/_integrations/{safe_mode.markdown => recovery_mode.markdown} (72%) diff --git a/source/_integrations/safe_mode.markdown b/source/_integrations/recovery_mode.markdown similarity index 72% rename from source/_integrations/safe_mode.markdown rename to source/_integrations/recovery_mode.markdown index 3c810ee3d7d..22be87e3534 100644 --- a/source/_integrations/safe_mode.markdown +++ b/source/_integrations/recovery_mode.markdown @@ -1,16 +1,16 @@ --- -title: Safe Mode -description: Allows Home Assistant to start up in safe mode. +title: Recovery Mode +description: Allows Home Assistant to start up in recovery mode. ha_category: [] ha_release: 0.105 ha_codeowners: - '@home-assistant/core' -ha_domain: safe_mode +ha_domain: recovery_mode ha_quality_scale: internal ha_integration_type: system --- -The `safe_mode` integration is an internally used integration by the +The `recovery_mode` integration is an internally used integration by the Home Assistant Core. You don't have to configure it in any way since it is automatically always @@ -20,7 +20,7 @@ If, during startup, Home Assistant has problems reading your configuration, it will still continue to start using bits and pieces from the configuration of the last time it did start. -When this happens, Home Assistant will start in "Safe mode" using this +When this happens, Home Assistant will start in "Recovery mode" using this integration. In this mode, nothing is loaded, but it does give you access to the Home Assistant frontend, settings and add-ons.