I have some automations that make use of the list of Update entities to display pending updates on my dashboard and notify me of them via some LEDs. Most updates (device firmware, pi-hole, even HACS components) are listed, but there is one notable hole: HomeAssistant itself. It would be really nice if there was an official way to add an UpdateEntity to the list regardless of installation method (I’m using Docker). I’ve managed to Frankenstein my own by using a custom component together with the existing Version integration, but it’s far from ideal. I don’t even need (or want) it to be able to install anything, just listing that there is a new update is all I ask.