Skip to content

Releases: pacemaker82/Sections-Gauge-Card

1.0.11

Choose a tag to compare

@pacemaker82 pacemaker82 released this 20 Jan 10:27
2f1404e

CHANGED

  • Target arc colour was too dark in light mode, so altered it in both light and dark mode.

1.0.10

Choose a tag to compare

@pacemaker82 pacemaker82 released this 15 Jan 10:55
df00c2b

Added

  • Automated min and max values if both are not not set - so that the gauge renders something useful.

Changed

  • When using a monetary entity, the currency is displayed as £1.23 instead of 1.23 GBP.

1.0.9

Choose a tag to compare

@pacemaker82 pacemaker82 released this 13 Jan 12:40
5249928

Added

  • Entity name option, shows under the state label, for primary and/or secondary entities. Can also be set as an entity.
  • Entity force_label_colors toggle to color state/name labels the same as the gauge colors.

Fixed

  • When using multiple entities, each label is clickable for each entity.

Changed

  • Removed clickable gauge, only labels are clickable.

1.0.8

Choose a tag to compare

@pacemaker82 pacemaker82 released this 12 Jan 11:05
10f5649

ADDED

  • Use attribute on an entity instead of the entity state. Useful if you want to show a climate entity or other types.

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)"

1.0.6

Choose a tag to compare

@pacemaker82 pacemaker82 released this 08 Jan 17:32
7d4289f

FIXED

  • Issue where a new card would grow exponentially, or adding a title label would cause the gauge to go tiny.

1.0.5

Choose a tag to compare

@pacemaker82 pacemaker82 released this 07 Jan 11:07
ce688c5

FIXED

  • Refactored the layout code for the gauge and title label to ensure that the label is alwyas visible and does not overlap with the gauge itself.

1.0.4

Choose a tag to compare

@pacemaker82 pacemaker82 released this 06 Jan 09:25
ad7a33c

Changed

  • Anchored the title label to the bottom of the card

1.0.3

Choose a tag to compare

@pacemaker82 pacemaker82 released this 05 Jan 16:29
9eff2d5

Changed

  • Improved the disabled gauge UI when value is at zero.

1.0.2

Choose a tag to compare

@pacemaker82 pacemaker82 released this 05 Jan 13:05
6e4985f

Added

  • Support for peak values per entity, rendered as a subtle stroke beneath the main progress.

Changed

  • Target dots now have a mouseover tooltip to see what the target value is.
  • The gauge colours will show as "disabled" when the reading is at zero.
  • Target values now show a subtle arc under the progress