mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Troubleshooting: restart in safe mode from cmd (#32789)
This commit is contained in:
parent
3f37f2a988
commit
2bf1f8b0a3
@ -8,6 +8,8 @@ related:
|
|||||||
title: Recovery mode integration
|
title: Recovery mode integration
|
||||||
- docs: /docs/locked_out/
|
- docs: /docs/locked_out/
|
||||||
title: Resetting your password
|
title: Resetting your password
|
||||||
|
- docs: /common-tasks/os/#home-assistant-via-the-command-line
|
||||||
|
title: Home Assistant via command line
|
||||||
---
|
---
|
||||||
|
|
||||||
This page provides some information about more generic troubleshooting topics.
|
This page provides some information about more generic troubleshooting topics.
|
||||||
@ -39,6 +41,9 @@ You need to identify the issue in the configuration files and fix it there. The
|
|||||||
## Restarting Home Assistant in safe mode
|
## Restarting Home Assistant in safe mode
|
||||||
|
|
||||||
If your Home Assistant is acting up and you cannot identify a root cause, you can use **Safe mode** to narrow down the number of possible causes.
|
If your Home Assistant is acting up and you cannot identify a root cause, you can use **Safe mode** to narrow down the number of possible causes.
|
||||||
Safe mode loads Home Assistant Core, but no custom integrations, no custom cards, and no custom themes. If the issue does not persist in Safe mode, the issue is not with Home Assistant Core. Before reporting an issue, check if the issue persists in Safe mode.
|
**Safe mode** loads Home Assistant Core, but no custom integrations, no custom cards, and no custom themes. If the issue does not persist in **Safe mode**, the issue is not with Home Assistant Core. Before reporting an issue, check if the issue persists in **Safe mode**.
|
||||||
|
|
||||||
|
- To enable Safe mode from the UI, go to **Settings** > **System** > **Restart Home Assistant** (top right) > **Restart Home Assistant in safe mode**.
|
||||||
|
- If you cannot reach the UI, you can enable **Safe mode** from the [command line](/common-tasks/os/#home-assistant-via-the-command-line):
|
||||||
|
- ```ha core restart --safe-mode```
|
||||||
|
|
||||||
To enable Safe mode, go to **Settings** > **System** > **Restart Home Assistant** (top right) > **Restart Home Assistant in safe mode**.
|
|
||||||
|
@ -11,6 +11,7 @@ ha core logs
|
|||||||
ha core options
|
ha core options
|
||||||
ha core rebuild
|
ha core rebuild
|
||||||
ha core restart
|
ha core restart
|
||||||
|
ha core restart --safe-mode
|
||||||
ha core start
|
ha core start
|
||||||
ha core stats
|
ha core stats
|
||||||
ha core stop
|
ha core stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user