HI there:
I’m running HA 2025.10.1 as a Docker container. When I look for updates (2025.11.1, specifically), nothing is listed in the updates page.
Is there another setting I need to enable somewhere to enable this?
Thanks!
HI there:
I’m running HA 2025.10.1 as a Docker container. When I look for updates (2025.11.1, specifically), nothing is listed in the updates page.
Is there another setting I need to enable somewhere to enable this?
Thanks!
Rebooting the Host computer sometimes ‘fixes’ this. Otherwise there is a way to force an update in the cli.
When I was using the Docker container, I don’t think I got update notices from within HA. I had to rebuild the Docker container using an updated image. If you’re Docker image is latest you can probably stop the HA docker project, delete the image, and then rebuild (which will download the latest image). If you’re Docker compose specifies a version, you can do mostly the same thing except that you need to update the Docker compose file to grab the newer image.