amaximus / garbage-collection-card

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

[BUG] Icon doesn't show up. #72

Closed Jonasn97 closed 3 years ago

Jonasn97 commented 3 years ago

Describe the bug I used the https://github.com/mampfes/hacs_waste_collection_schedule with the garbage collection card and I get the data and it's showing that my garbage is being collected in 6 days, but the icon is not showing. If I click on the icon it is showing a circle in icon_color around it, but the icon is missing for some reason. I believe the issue is related to the frontend and not to the integration, because it's just not showing. Hope you can help me out with it.

Expected behavior I wan't to see any icon. When I put an alternative icon for each type, it doesn't change anything.

Screenshots grafik

Configuration: waste_collection_schedule: sources:

sensor:

Environment:

amaximus commented 3 years ago

Please note that the Garbage Collection Card expects state and attributes as per [1]. I presume [2] does not comply with that, that's why it doesn't show any data from the sensor.

[1] https://github.com/bruxy70/Garbage-Collection/ [2] https://github.com/mampfes/hacs_waste_collection_schedule

Jonasn97 commented 3 years ago

Thanks, for some reason I overread the part with creating an additional sensor for this card.