Rename safe mode integration to recovery mode (#29503)

This commit is contained in:
Erik Montnemery 2023-10-24 09:22:18 +02:00 committed by GitHub
parent 468175abcb
commit 2151eb9b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
--- ---
title: Safe Mode title: Recovery Mode
description: Allows Home Assistant to start up in safe mode. description: Allows Home Assistant to start up in recovery mode.
ha_category: [] ha_category: []
ha_release: 0.105 ha_release: 0.105
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: safe_mode ha_domain: recovery_mode
ha_quality_scale: internal ha_quality_scale: internal
ha_integration_type: system 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. Home Assistant Core.
You don't have to configure it in any way since it is automatically always 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 it will still continue to start using bits and pieces from the configuration
of the last time it did start. 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 integration. In this mode, nothing is loaded, but it does give you access to
the Home Assistant frontend, settings and add-ons. the Home Assistant frontend, settings and add-ons.