This entire FR is about being able to stop supervisor from auto-updating. So, supervisor? But also none of the other stuff you listed auto-updates so I’m confused by your question.
Or are you asking when it arrives in the UI? If so the answer is it doesn’t. There’s no UI toggle, its in the cli.
ha supervisor options --auto-update=false
Btw for anyone looking to do this, two important notes:
If supervisor is out of date then all updates are blocked. Core, OS, addons, none of it can be updated while supervisor is out of date. You also cannot install new addons or add new addon repositories. Something to be aware of
Only the latest version of supervisor is supported. Your system will be treated as unsupported for purpose of issues while supervisor is out of date.
Yes that’s what my question was aiming at. Got it. Also good to read the two (quite big/important) downsides of disabling auto-updates for the supervisor.
Short:Has anything changed regarding those facts and statements? @CentralCommand
Long:
As I ran into a (at the end minor, but a bit time-consuming though) issue caused by the auto-update to 2024.1.1 (the delay of 24 hours did not help in my case) yesterday, I’m thinking of disabling Supervisor auto updates.
Basically I like the approach to plan ANY updates, meaning to have a bit spare time in case something breaks (and yes, that happens more often than we all like). Cause if something breaks when you’re on the go or even away for a longer time with no possibilty to remotely fix stuff… always a tough lesson. Supervisor is literally the last component in my personal HA ecosystem with auto-updates enabled.
Having auto update set to false prevented me from updating the core. Even though the supervisor was up to date the cli was not.
Log details (ERROR)
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:332
integration: Home Assistant WebSocket API ([documentation](https://www.home-assistant.io/integrations/websocket_api), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+websocket_api%22))
First occurred: 09:41:26 (1 occurrence)
Last logged: 09:41:26
[139728914164096] Error during service call to update.install: Error updating Home Assistant Core: 'HomeAssistantCore.update' blocked from execution, plugin(s) cli are not up to date and auto-update is disabled
Maybe you misunderstood me. I turned it to auto and then I turned it back off. It has worked correctly for me since (with it set to off ). I get an error when supervisor needs to update and I manually update it.
Are you monitoring discord beta channel. The claim is nothing should have
changed. I believe this started some time last month and one update it would work and then it would stop working. I thought it was due to a supervisor change not a core change. But who knows?