v2.2.1
2.2.1
- Fixed a bug where the
style: dropdownsetting wasn't working for Features
2.2 - What's Changed
Centered severity gauge is here!
It is now possible to configure both the main and inner gauge to start at the center
Usage:
severity_centered: trueAdd native support to use attributes
Added the ability to select and configure entity (for main gauge) and entity2 (for inner gauge) attributes for several elements:
- main gauge
- inner gauge
- minimum indicator (both main and inner)
- maximum indicator (both main and inner)
- setpoint (both main and inner)
Usage for main and inner gauge:
attribute: <attribute>Usage for min/max indicator and setpoint:
setpoint:
type: attribute
value: temperatureThis makes it (for example) possible to configure a climate entity as entity, like so:
type: custom:gauge-card-pro
entity: climate.my_ac
attribute: current_temperature
value_texts:
primary_unit: °C
secondary_unit: °C
setpoint:
type: attribute
value: temperature
min_indicator:
type: attribute
value: current_temperature
max_indicator:
type: attribute
value: temperature
features:
- type: climate-overview
- type: adjust-temperature
- type: climate-hvac-mode
- type: climate-fan-modes
- type: climate-swing-modesOfficial Gauge Card Pro Setup Assistant
I've created a custom (Chat) GPT that has extensive knowledge of the configuration knowledge of Gauge Card Pro. In case you need any help, let the assistant guide you. The link is also available in the Visual Editor.
Open the Setup Assistant here
Other noteworthy improvements and fixes
- Implemented
Advancedtab in the Visual Editor- Moved gradient resolution here (you should really be using
auto:p) - Shapes
- Moved gradient resolution here (you should really be using
- Fix feature buttons not working (D'oh! - sorry!)
- Fixed a bug where
entitydidn't work as fallback forfeature_entityproperly - Fix
Featuresbugs in visual editor caused by HA 2026.2 - Fix and refactor gradient logic
Full Changelog: v2.1.4...v2.2.1
Minor Changelog: v2.2.0...v2.2.1