I need stability!

Hi,
I have my home, pretty much, fully assisted. What I am trying to say is I need some stability.

How do I stop HA from checking for updates? I want to leave it alone for a while. I can ignore the notifications but it would be better if I could not have notification of new versions until I am ready. Is there a setting somewhere (I can’t find it) to stop HA checking for new versions?

I guess it would depend on your installation method.

I run mine in a docker container, and have sensors checking for updates. I couple that with a toggle on my dashboard + an external bash script running on a cron job @ the host OS to automate the upgrade after I have reviewed the changes and decided I want to take the upgrade.

Been running it like that years and it’s pretty awesome.

Would this be any help?

You can call the update.skip service in an automation triggered when anything in the “update” domain has state change to “on”, so you’d never see the update notification. Personally I also control when I do updates, but I prefer to read what each change is, and then skip manually. Sometimes I want the functionality delivered with an update, although most addon updates only seem to be minor dependency updates.