Yup. It’s up to us users to choose our own update schedule. I’ve chosen once a month, usually around the third week when things have calmed down a bit. I did my HA update this morning. I’ve already updated ESPHome once this month, so I may wait until my next cycle for that. Or not, I sometimes have to fight the urge to get everything up to date.
I’m in the same boat with other people on the update notifications though. For some people a visual notification like that creates a sense of urgency that’s not really warranted or appreciated and they might have a harder time than others to tune out of that. I’m definitely one of those people.
As such, I wish the update notification was more configurable.
The reason why the frequent Home Assistant updates don’t bother me as much is that it’s one update versus 25 individual ones every time.
I have ESP devices which require me to pull a panel from a cabinet, extract the ESP-12F from its relay board, plug it into my firmware burner and then write the update file to it. I’m not doing that every time a ESPHome update is released. It runs multiple relays over a serial chip, that code isn’t changing much between releases. Most of my esphome devices do not need an update after they have been created, ever. So I think ESPhome devices should not be part of the update notifications in core. At least I would like to be able to turn update notifications of for all ESPhome devices.
so I am assuming with this new update 2023.3, there is no change to this topic? I just want to update the esphome update and not actually update all the esp devices.
Google brought me here and I fully agree.
I have around 50 ESPHome nodes in my home and started to update all to ESPHome 2023.3.0 after an intrusive high orange number asked for it. This took me around 1,5 hours.
A couple of days later, the orange number reappeared, because there is an update to ESPHome 2023.3.1.
I took another 1,5 hours to update all my ESPHome devices.
Today the orange number reappeared because there is a new ESPHome update to 2023.3.2
I will skip this update because by now I’m worried about the flash memory in my sockets.
Please set up an option to hide updates for ESPHome components. I will continue to cheerfully update the firmware in my unifi components every month or so, but not updating all my ESPHome devices like 4 times a month.
Maybe stupid question, but where and what is the update sensor? Where can I find it to unable the node updates three times in two weeks, but still can update esphome, and other updates from HASS still show?
It’s an entity that creates the notifications that felicitate the updates for a device. Disable the entity, remove the notification.
Update entities are the same as any other entity. You find them with the related device. If by chance you can’t find the device it’s coming from, you can always look for entities in Developer Tools → States page.
Thanks!
However, update sensor remains enabled, so i guess that at next esphome update sensor will again show tthe need for an update (or will it?). Would be possible to use some kind of a script which would change all esphome update entities to disabled? (automatically, if possible, of course… )
It’s the same when a new HA core is released for example - you get notified about the update (that’s very common thing in the modern computer world - otherwise you just directly do auto-updates but that’s not really that good for HA related stuff as things might break if you don’t read change logs! )
You can also disable esphome updates notifications with a simple toggle switch instead creating an automation… but that might be to easy and not worth the rant