Hello, i need help to change the gauge colors and add one more color.
I put this line of code in my template.yaml
th_gauge_3:
label-badge-blue: "#55acee"
label-badge-green: "#9bc53d"
label-badge-yellow: "#fde74c"
label-badge-red: "#c3423f"
Then I define ‘theme: th_gauge_3’ in the gauge config
entity: sensor.temperature
max: 50
min: 5
name: TEMP
severity:
green: 0
red: 25
yellow: 15
blue: 35
theme: th_gauge_3
type: gauge
Unfortunately doesn’t work… if i add blue all the values in the gauge are blue… strange…
Someone could point me to the right direction???
Thanks a lot