fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.1k stars 35 forks source link

Add support for Home Assistant Update Entities #418

Open derekoharrow opened 2 months ago

derekoharrow commented 2 months ago

HASS includes the ability to create update entities to show if updates are available.

Can we please have this supported by WUD?

https://www.home-assistant.io/integrations/update/

LorenKeagle commented 1 month ago

I tried to get update entities to work with diun, but it was a total failure. At least WUD supports binary entities out of the box, but it would be a nice improvement to support update entities, since this use case is quite literally what they're designed for!

In the meantime, I think I'll look into writing an automation or script to translate the WUD package into whatever is needed for update entities.