Skip to content

v2.2.1

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 15 Feb 07:30

2.2.1

  • Fixed a bug where the style: dropdown setting wasn't working for Features

2.2 - What's Changed

Centered severity gauge is here!

image

It is now possible to configure both the main and inner gauge to start at the center

Usage:

severity_centered: true

Add 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: temperature

This 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-modes

Official 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 Advanced tab in the Visual Editor
    • Moved gradient resolution here (you should really be using auto :p)
    • Shapes
  • Fix feature buttons not working (D'oh! - sorry!)
  • Fixed a bug where entity didn't work as fallback for feature_entity properly
  • Fix Features bugs 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