1.0.7
Added
- New color
rangesper entity. Set multiplecolorandvaluepairs to change the color of the gauge when the value has passed.
value can be an entity or a hard coded integer/float.
See readme for more info
E.g.
type: custom:sections-gauge-card
entities:
- entity: input_number.test_solar_power
min: 0
max: 5000
ranges:
- value: 0
color: "#FF0000"
- value: sensor.target_entity
color: "rgb(100,50,50)"