Skip to content

v1.4.0

Choose a tag to compare

@Wolk9 Wolk9 released this 07 Aug 22:00
· 3 commits to main since this release

Added

  • direction: vertical (card-level): render bars as columns growing bottom-to-top instead of the default horizontal rows. Pair with height to set the column height (default 150px).
  • severity (card-level and per-entity): colour thresholds as a list of {from, to, color} ranges, matched against the entity's current value — similar to custom:bar-card's severity option.

Colour resolution order: entity's own color -> entity's own severity -> card-wide severity -> default (var(--primary-color)). Backward compatible — omit these options to keep existing behavior.