github benjamin-dcs/gauge-card-pro v0.7.0

latest releases: v2.4.12, v2.4.11, v2.4.11-b03...
16 months ago

Tip

Missed the v0.6.0 release notes about the inner gauge? See below!

v0.7.0 - More color magic! 🪄

This release introduces the color_interpolation option for both the main and inner gauge. This setting will take over all the color magic you had to do by hand by interpolating a color between your segment steps!

image

These gauges are created with the following code. The color magic is done using color interpolation!

type: custom:gauge-card-pro
color_interpolation: true
segments:
  - from: 0
    color: var(--success-color)
  - from: 100
    color: var(--error-color)
type: custom:gauge-card-pro
inner:
  color_interpolation: true
  segments:
    - from: 0
      color: var(--success-color)
    - from: 100
      color: var(--error-color)

Full Changelog: v0.6.0...v0.7.0

v0.6.0 - GaugeCeption - The inner gauge is here!

image

The inner gauge is a completely independently configurable gauge! Checkout the readme for all configuration possibilities.

Changes

  • Add inner gauge by @benjamin-dcs in #37
  • Add entity2. An extra entity variable that can be used in templates and actions
  • Add defaults for value and value_text by @benjamin-dcs in #36
    • This includes defaults for value and value_text of the inner gauge. Use inner: {} in your yaml to make use of all the awesome defaults to get started discovering your inner self ... uuh gauges!
  • Improve performance by reducing unnecessary rendering

Dependencies

Full Changelog: v0.5.2...v0.6.0

Don't miss a new gauge-card-pro release

NewReleases is sending notifications on new releases.