Skip to content

Releases: custom-cards/bar-card

3.1.0b0

14 Apr 22:04
Compare
Choose a tag to compare
3.1.0b0 Pre-release
Pre-release

This update is yet another complete re-write of the card using the custom card boilerplate template, with the added benefit of a visual editor! While the overall config of the card hasn't changed much, there might still be some bugs due to the refactor.

TODO

  • visual editor
  • tap action
  • update version number

Breaking Changes

  • title option renamed to name for positions config option.
  • Removed delay from animation config option.
  • Removed entity_config config option.
  • Removed left, down, left-reverse, right-reverse, up-reverse, down-reverse options from direction config option.
  • bar-card-title CSS element renamed to bar-card-name.
  • bar-card-minvalue CSS element renamed to bar-card-min.
  • bar-card-maxvalue CSS element renamed to bar-card-max.
  • bar-card-current CSS element renamed to bar-card-currentbar.

Updates

  • Added visual editor. TODO
  • Added text option to severity config option.
  • Animation is now CSS based instead of jQuery, which should improve performance.

Fixes

  • Fixed icon display when no icon is defined.

3.0.9

10 Apr 21:15
Compare
Choose a tag to compare

Fixes

  • Fixed margins for columns config.

3.0.8

10 Apr 11:05
Compare
Choose a tag to compare

Fixes

  • Fixed entity_row config option when columns config option is used.

3.0.7

10 Apr 08:21
Compare
Choose a tag to compare

Fixes

  • Fixed config index when using columns config option.

3.0.6

09 Apr 23:25
9f01805
Compare
Choose a tag to compare

Updates

  • Added columns config option.

columns: 2
entities:
  - sensor.example
  - sensor.example
  - sensor.example
  - sensor.example
title: Columns
type: 'custom:bar-card'

3.0.5

07 Apr 10:12
Compare
Choose a tag to compare

Updates

  • Added attribute config option.

3.0.4

06 Apr 20:29
Compare
Choose a tag to compare

Breaking Changes

  • Renamed custom-bar-card-color theme variable to bar-card-color to unify theme variable naming.

3.0.3

06 Apr 08:45
Compare
Choose a tag to compare

Fixes

  • unavailable entity bars now default to empty bar instead of var(--bar-card-disabled-color).

3.0.2

05 Apr 20:55
Compare
Choose a tag to compare

Fixes

  • Added bar-card-disabled-color as theme variable for unavailable entities.
  • Updated per entity config merging.
  • Fixed margins on bars and minmax.

3.0.1

05 Apr 12:10
Compare
Choose a tag to compare

Fixes

  • Fixed unavailable state display.
  • Icon color is now based on switch-unchecked-button-color CSS variable.
  • Fixed string value display.