Open pachi81 opened 2 years ago
Likely related to config handling for the first entity vs others; to be checked/confirmed before next release
Anything I can do for confirmation?
I think I am getting the same issue, state_adaptive_color: true does not have smooth transitions, while name_adaptive_color: true works correctly:
I only have one entity in my configuration though.
color_thresholds:
- color: '#0000FF'
value: 5
- color: '#FFFFFF'
value: 15
- color: '#FFFFFF'
value: 30
- color: '#FF0000'
value: 35
In version v0.10.0 the adaptive colors does not work as expected.
Example configuration:
Different Results: If the value is higher then the last value, all work like expected: If the value is lower then the last value, color names are not working and smooth is not working for the second entity: For value 90, which is the border to use purple color, the second entity still shows the color from color threshold 80: