Update: add troubleshooting step (#33412)

This commit is contained in:
c0ffeeca7 2024-06-26 08:39:39 +02:00 committed by GitHub
parent 7271c56c9b
commit 185d779f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 20 additions and 2 deletions

View File

@ -47,3 +47,13 @@ If your Home Assistant is acting up and you cannot identify a root cause, you ca
- 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```
## I don't see any updates
Typically, updates are shown at the top of the **Settings** page. If you don't see them there, the **Visibility** option might be disabled.
### Resolution
1. On the **System** page, in the top-right corner, select the three dots menu and select **Check for updates**.
2. Go to {% my updates title="**System** > **Updates**" %}.
- Select the update notification.
- Select the cogwheel, then set **Visible** to active.

View File

@ -14,6 +14,11 @@ If you would like to test next release before anyone else, you can install the b
3. Select **Join beta**.
4. Go to the {% my configuration title="**Configuration**" %} panel.
5. Install the update that is presented to you.
- **Troubleshooting**: If you do not see that notification:
- In the top right corner, select the three dots menu and select **Check for updates**.
- Go to {% my updates title="**System** > **Updates**" %}.
- Select the update notification.
- Select the cogwheel, then set **Visible** to active.
- title: From the CLI
content: |

View File

@ -20,8 +20,11 @@ To update Home Assistant Core when you run Home Assistant {{ page.installation_n
1. Open your Home Assistant UI.
2. Navigate to the **Settings** panel.
3. On the top you will be presented with an update notification.
_If you do not see that notification you can click the overflow menu in the top right and select "Check for updates"._
- **Troubleshooting**: If you do not see that notification:
- In the top right corner, select the three dots menu and select **Check for updates**.
- Go to {% my updates title="**System** > **Updates**" %}.
- Select the update notification.
- Select the cogwheel, then set **Visible** to active.
- title: Using the CLI
content: |