Skip to content

1.0.7

Choose a tag to compare

@pacemaker82 pacemaker82 released this 09 Jan 15:18
9df4f0a

Added

  • New color ranges per entity. Set multiple color and value pairs 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)"