From 45726ba33c68d5f24b9974e0231e0d9703170089 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:16:26 +0200 Subject: [PATCH] locked out - add steps to onboarding section (#29046) --- source/_docs/locked_out.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/source/_docs/locked_out.md b/source/_docs/locked_out.md index 683ddf854a6..1c656255364 100644 --- a/source/_docs/locked_out.md +++ b/source/_docs/locked_out.md @@ -64,13 +64,19 @@ If you are running Home Assistant in a container, you can use the command line i #### Start a new onboarding process -If you lose the password associated with the owner account and the steps above do not work to reset the password, the only way to resolve this is to delete *all* the authentication data. You do this by shutting down Home Assistant and deleting the following files from the `.storage/` folder in your [configuration folder](/docs/configuration/): +If you lose the password associated with the owner account and the steps above do not work to reset the password, the only way to resolve this is to start a new onboarding process. If you have an external backup with an administrator account of which you still know the login credentials, you can restore that backup. If you do not have a backup, resetting the device will erase all data. -- `auth` -- `auth_provider.homeassistant` -- `onboarding` -- `hassio` -- `cloud` +- If you have a Home Assistant Green, [reset the Green](https://green.home-assistant.io/guides/reset/). +- If you have a Home Assistant Yellow, [reset the Yellow](https://yellow.home-assistant.io/guides/factory-reset/). +- If you have a Raspberry Pi, delete *all* the authentication data. + - Shut down Home Assistant. + - Remove your SD card and access it from your PC. + - Delete the following files from the `.storage/` folder in your [configuration folder](/docs/configuration/): + - `auth` + - `auth_provider.homeassistant` + - `onboarding` + - `hassio` + - `cloud` ## Recovering Data for Home Assistant (including Supervised)