amaximus / garbage-collection-card

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

Icon color doesn't work all the time #43

Closed bschatzow closed 3 years ago

bschatzow commented 3 years ago

I have four different garbage sensors and set the color via icon_color: blue for example on my recycle. Sometimes it shows as blue sometimes brown.
Am I missing something?

amaximus commented 3 years ago

When the garbage collection is due today or tomorrow, the color is changed as per parameters due_color and due_1_color that default to red. Did you manage to find a pattern when they change color?

bschatzow commented 3 years ago

That is what it is doing. I need to read the docs better. Thanks