I have been unable to get HA Core to upgrade for several months. I found a few old threads on a similar issue and added the following to the config file. This allowed me to download some add ons that would not load.
homeassistant:
auth_mfa_modules:
- type: totp
external_url: “https://xxxxx.duckdns.org” # note no port number
internal_url: “http://192.168.x.xxx:8123” # internal ip address of my HA with port number
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies: # not sure i need this bit, but this is the network on which my nginx proxy sits
- 10.10.0.0/16
My log file shows:
homeassistant:2024.11.3 to Package generic-x86-64-homeassistant · GitHub
2025-02-23 09:15:36.969 INFO (MainThread) [supervisor.docker.interface] Downloading docker image Package generic-x86-64-homeassistant · GitHub with tag 2025.2.5.
2025-02-23 09:16:57.151 ERROR (MainThread) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/generic-x86-64-homeassistant:2025.2.5: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/generic-x86-64-homeassistant:2025.2.5/json: Not Found (“No such image: Package generic-x86-64-homeassistant · GitHub”)
2025-02-23 09:16:57.152 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
Any help would be appreciated. Running on an Intel Nuc.