amaximus / garbage-collection-card

Custom Lovelace card for Garbage Collection custom component
MIT License
127 stars 24 forks source link

Icons disappearing after 2021.11.0b2[BUG] #83

Closed Bluhme1 closed 2 years ago

Bluhme1 commented 2 years ago

With the new feature of picking icons from a list in the entities, the icons disappear

grantclem commented 2 years ago

Having the same issue on beta 2021.11

amaximus commented 2 years ago

The card does not modify icons, it takes whatever the custom sensor [1] sets in its attributes [2].

[1] https://github.com/bruxy70/Garbage-Collection/ [2] https://github.com/amaximus/garbage-collection-card/blob/master/dist/garbage-collection-card.js#L31

Bluhme1 commented 2 years ago

Maybe but I have still lost my icons

amaximus commented 2 years ago

Just pushed a release to fix the icons issue in 2021.11.

Please update your card and get back to me with results.

Bluhme1 commented 2 years ago

Great. It works. Thank you very much

caddyblack commented 2 years ago

Having the issue on 2021.11.1 Screenshot_20211105-192541_Chrome.jpg

After restart core there was no change After restart of the Supervisor the icons were back. Screenshot_20211105-193800_Chrome

amaximus commented 2 years ago

Maybe flushing the browser cache would have helped.

Anyway, tested in my HA core test environment and the icons were displayed: 15de6b7c0-9a26-46f6-b60c-db345f7e4f55

caddyblack commented 2 years ago

Thank you for your pro-active testing based on my comment. Highly appeciated.