Releases: pacemaker82/Sections-Gauge-Card
Releases · pacemaker82/Sections-Gauge-Card
Release list
1.0.11
1.0.10
Added
- Automated
minandmaxvalues 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.23instead of1.23 GBP.
1.0.9
Added
- Entity
nameoption, shows under the state label, for primary and/or secondary entities. Can also be set as an entity. - Entity
force_label_colorstoggle 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
ADDED
- Use
attributeon an entity instead of the entity state. Useful if you want to show a climate entity or other types.
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)"1.0.6
FIXED
- Issue where a new card would grow exponentially, or adding a title label would cause the gauge to go tiny.
1.0.5
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
Changed
- Anchored the
titlelabel to the bottom of the card
1.0.3
Changed
- Improved the disabled gauge UI when value is at zero.
1.0.2
Added
- Support for
peakvalues 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