@Tomm206
Here’s a quick chatGPT search I did for how to force an update - use it at your own risk, and I would definitely take a system backup first before doing anything. I would read through it completely BEFORE attempting any of the upgrade options. The Step 4 — Check Supervisor connectivity might be a good thing to check first.
chatGPT results
Updating Home Assistant Core is very straightforward, even when the UI doesn’t show the new version after 2025.7.1.
Below is the exact process that works reliably on HAOS.
How to Update Home Assistant Core on HAOS (when no update notification appears)
Step 1 — Try the normal update command
Open Terminal & SSH (or the physical console) and run:
ha core update
This forces the Supervisor to update Core even if the UI didn’t show it.
If you want to target a specific version:
ha core update --version 2025.9.4
Step 2 — If “no update available” appears incorrectly
This is common after 2025.7.1.
Run:
ha supervisor repair
ha supervisor refresh
Then:
ha core update
If still nothing, reboot the host (not just HA):
ha host reboot
Step 3 — Check for skipped updates
In the UI:
Settings → System → Updates → (⋮ menu) → Show skipped updates
Sometimes HAOS hides an update if it was dismissed earlier.
Step 4 — Check Supervisor connectivity
Go to Settings → System → Repairs → System information.
If you see:
supervisor_connectivity: false
then HA cannot check for new versions.
Fix it by correcting DNS:
Settings → System → Network → IPv4/IPv6 DNS → set manually:
1.1.1.18.8.8.8
Then:
ha supervisor repair
ha host reboot
Now try:
ha core update
Step 5 — Update the OS first (important)
If your HAOS version is more than 4 releases behind, Supervisor will NOT offer Core updates until OS is updated.
Check:
Settings → System → Updates → Operating System
If there is an OS update waiting, install it first.
Then Core updates will appear again.
Summary (Typical Fix for 2025.7.1 → latest)
The sequence that works for most people:
ha supervisor repair
ha supervisor refresh
ha host reboot
ha core update

