Skip to content

v2.4.6

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 14 Mar 15:24

2.4.6

  • Fixed a bug where the left icon action wasn't working properly

2.4.5

  • Fixed a bug where custom colors for Min/Max indicators and Setpoint wasn't working

2.4.4

  • Fixed a bug where value_texts -> primary_font_size_reduction wasn't working

2.4.3

  • Fixed a bug where the wrong main needle was shown
  • Again a major refactor/improvement of code-base. This also means there could be new bugs of functionality that worked before without problems. Please help me and other users by reporting them to my GitHub

2.4.2

  • Fixed a bug where the min/max indicators weren't rounded

2.4.1

  • Several bug fixes introduced in 2.4.0 - Sorry! 🫣

2.4 - What's Changed

Feature improvements

Add Preset-mode + Add option to separate the overview Feature

image

HA 2026.3 Fixes

As many probably already noticed from other card updates, 2026.3 brought some breaking changes for dropdowns. Gauge Card Pro is now compatible with 2026.3 and remains compatible with earlier versions as well. So upgrading Gauge Card Pro with ha 2026.2.x or earlier should be no problem!

Add setpoint label CSS variables

  • --main-setpoint-text-color
  • --main-setpoint-bg-color

Use with card-mod:

card_mod:
  style: |
    * {
      --main-setpoint-text-color: red;
      --main-setpoint-bg-color: blue;
    }

Huge behind-the-scenes refactor

This release includes a huge refactor of the code-base to increase maintainability and performance. This also means there could be new bugs of functionality that worked before without problems. Please help me and other users by reporting them to my GitHub.

Full Changelog: v2.3.0...v2.4.0


Support This Project

If you like what you are seeing consider supporting its development

A free ⭐️ at my GitHub repo goes a long way!

Buy Me a Coffee

Full Changelog: v2.4.0...v2.4.6
Minor Changelog: v2.4.5...v2.4.6