I would like to see update.* device group make its way into the helper ui
Currently, I use a conditional card to display who has available updates. I will manually make a template sensor to watch all update entities so I can put a badge on my main dashboard if an update is available.
It would be a nice addition to have it managed via UI in my opinion and should be pretty simple to add considering they are binary sensors just under a different group.
+1 for this. Love the new update entities and assumed that as the state is actually a binary sensor, you could group these sensors. However the device class is firmware or none, so adding these as a group via yaml throws an error. I believe it is simply allowing these 2 additional device classes to be grouped.
Here’s what I did for now (Requires Mushroom Cards for UI) – Hopefully it will help you in your current use case. I still would love to see this become part of ‘Helpers’ though.
Inside of Groups.yaml (Can’t remember if I made this and import it in the configuration.yaml)