From 0b14c7b07f51c30699bde6e0b8f68daa24e1ef73 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 24 May 2024 15:04:38 +0200 Subject: [PATCH] Update password reset command and serial console setup instructions (#32931) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_docs/locked_out.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/locked_out.md b/source/_docs/locked_out.md index d8935e29b31..877a0541c97 100644 --- a/source/_docs/locked_out.md +++ b/source/_docs/locked_out.md @@ -56,9 +56,9 @@ Use this procedure only if the following conditions are met: - [Using the terminal](https://green.home-assistant.io/guides/use-terminal/) - If you are using another board, connect a keyboard and monitor to your device and access the terminal. The procedure is likely very similar to the one described for the Green in the step above. 2. Once you have opened the Home Assistant command line, enter the following command: - - Note: `existing_user` is a placeholder. Replace it with your user name. + - Note: `existing_user` is a placeholder. Replace it with your username. - Note: `new_password` is a placeholder. Replace it with your new password. - - **Command**: `auth reset --username existing_user --password new_password` + - **Command**: `ha auth reset --username existing_user --password new_password` - **Troubleshooting**: If you see the message `zsh: command not found: auth`, you likely did not enter the command in the serial console connected to the device itself, but in the terminal within Home Assistant. 3. You can now log in to Home Assistant using this new password.