Dmitry Arapov
Dmitry Arapov
Same for me, was very surprised that such basic functionality cannot work together. And very upset when I found out about it in production, because this problem is not reproduced...
That is the point! It works fine when setting entity like you did! All other graphs working fine.  But if I try to use `attribute` like: ``` ... entities:...
Thank you for your suggestions! > In case of using attribute - color is taken for the 1st threshold. yep, same for me And if I add in your config...
Ok, here ``` type: vertical-stack cards: - type: custom:mini-graph-card entities: - entity: sensor.xiaomi_cg_1_co2
Interesting! I'm using last version I believe (v0.12.1) and with first threshold value
My code is ``` type: vertical-stack cards: - type: custom:mini-graph-card entities: - entity: sensor.aqs_temperature_1
Yep, in dev.2 it sets color in `rgb` format instead of hex, and it's purple, so the first threshold is used
> Does the colour become correct, when you hover over a point? yep, it does