Sometimes all of sudden color lines appear black
See original GitHub issueHey there!
Got mini-graph-card running for months now and am pretty happy about it!
Thanks for the efforts!
Several cards for a wide range of sensors usually work well for me - however - sometimes all of sudden a random card (got the same issue for several cards but usually only one at the time) appears with black lines instead of the color lines I’d expect.
So: It works for months and then suddenly it is black for a couple of days and usually will be fine again after that.
`type: custom:mini-graph-card entities:
- entity: sensor.ble_temperature_flowercare1 name: FC 1
- entity: sensor.ble_temperature_flowercare2 name: FC 2
- entity: sensor.ble_temperature_4 name: Roof name: Temperatur (48h) show: labels: true legend: true align_icon: state align_header: center align_state: right color_thresholds:
- value: 15 color: darkblue
- value: 19 color: blue
- value: 20 color: green
- value: 27 color: yellow
- value: 29 color: orange
- value: 30 color: red hours_to_show: 48 points_per_hour: 1`
Also: I’d like to become the entitiy icon (the dots next to the entity name to be in the color of the color defined in the threshold - which appears to be working only for “red” values. Don’t know why .
Any ideas on this?
Thanks in advance!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top GitHub Comments
For everyone reading this: I just figured out that 6-digit hexcodes for colors are solving the problem.
Correct, see #520