mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-26 12:06:50 +00:00

* Add information on revocery and safe mode - Create general troubleshooting section - Document recovery and safe mode - Tiny tweaks to recovery integration documentation page - addresses feedback from #31387 * Rephrase * Fix typo * Rephrase * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Fix screenshot * Amend resolution * Fix typo * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
---
|
|
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: recovery_mode
|
|
ha_quality_scale: internal
|
|
ha_integration_type: system
|
|
---
|
|
|
|
The **Recovery mode** integration is an internal integration used by the
|
|
Home Assistant Core.
|
|
|
|
You don't have to configure it since it is automatically always
|
|
available when Home Assistant needs it.
|
|
|
|
If, during startup, Home Assistant has problems reading your configuration,
|
|
it will still continue to start using parts of the configuration
|
|
from the last time Home Assistant did start.
|
|
|
|
When this happens, Home Assistant will start in **Recovery mode** using this
|
|
integration. In this mode, no user configured integrations are loaded, but it does give you access to
|
|
the Home Assistant frontend, settings and add-ons.
|
|
|
|
This gives you the possibility to correct the issue and restart Home Assistant
|
|
to re-try.
|
|
|
|
## Related topics
|
|
|
|
- [General troubleshooting](/docs/troubleshooting_general/) |