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
984 stars 32 forks source link

HA ignores defined wud.display.icon #282

Closed huettenwirt closed 1 year ago

huettenwirt commented 1 year ago

Hi,

not sure where the source of the behaviour is located, but the defined wud.display.icon (e.g. wud.display.icon: mdi:note-multiple) is ignored in HA since the move in WUD to the update entities (e.g. update.wud_container_local_paperless_webserver_1). Instead of the icon defined in the respective stack/docker-compose via wud.display.icon, Home Assistant shows a dark blue docker icon. I also tried changing the icon of the entity in HA , but this is also ignored.

I'm currently out of ideas where to look for the correct definition of the respective icons. Any idea from your end?

Best regards, Huettenwirt

fmartinou commented 1 year ago

Hi,

I think it's a duplicate of #194.

You should find there the reasons of this change.

huettenwirt commented 1 year ago

Thank you very much for your reply! Will give it a try using the mushroom card... Strange though that within home assistant assigned icons for the entity are ignored by home assistant as well...

Best, Huettenwirt