#Gauge with green in the middle.
1 messages · Page 1 of 1 (latest)
This exact example is given in the gauge documentation:
https://www.home-assistant.io/dashboards/gauge/#examples
1 messages · Page 1 of 1 (latest)
As the title says - can I have gauge where middle values are green, then to the extremes yellow and red? I tried this:
red: 0 # from 0 do 20
yellow: 20 # from 20 to 40
green: 40 # from 40 to 60
yellow: 60 # from 60 to 80
red: 80 # from 80 to 100
but getting duplicated mapping key error.
This exact example is given in the gauge documentation:
https://www.home-assistant.io/dashboards/gauge/#examples