-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
Hey everyone.
On 0.13.0 color vars color: var(---color-var)
renders black bars on the card.
If i change to color: green
it works ok.
Just rolled back to check, and this example code works ok on 0.12.1:
- type: custom:mini-graph-card
name: Master CPU Temp
icon: mdi:temperature-celsius
entities:
- entity: sensor.processor_temperature
show:
graph: bar
hours_to_show: 24
points_per_hour: 3
color_thresholds:
- value: 0
color: var(--success-color)
- value: 40
color: var(--error-color)
- value: 65
color: var(--warning-color)
Hope my submission includes all needed info.
Let me know if you need any further information from me.
heidrifx and yorb
Metadata
Metadata
Assignees
Labels
No labels