Releases: custom-cards/bar-card
Releases · custom-cards/bar-card
3.2.0
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
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.
Breaking Changes
- Card now needs to be loaded as a
module
resource instead ofjs
. title
option renamed toname
forpositions
config option.- Removed
delay
fromanimation
config option. - Removed
entity_config
config option. - Removed
left
,down
,left-reverse
,right-reverse
,up-reverse
,down-reverse
options fromdirection
config option. - Tap actions replaced with Home Assistant tap actions. See https://www.home-assistant.io/lovelace/actions/.
bar-card-title
CSS element renamed tobar-card-name
.bar-card-minvalue
CSS element renamed tobar-card-min
.bar-card-maxvalue
CSS element renamed tobar-card-max
.bar-card-current
CSS element renamed tobar-card-currentbar
.
Updates
- Added visual editor.
- Added
text
option toseverity
config option. - Animation is now CSS based instead of jQuery, which should improve performance.
Fixes
- Fixed icon display when no icon is defined.