Releases: custom-cards/bar-card
Releases · custom-cards/bar-card
1.5.4
Fixes
- Fixed NaN value display, should now be able to display values that are not numbers.
1.5.3
Fixes
- Cast to Number only if !isNaN.
1.5.2
Fixes
- Fixed console log message.
1.5.1
Fixes
- Fixed undefined entity error display.
- Added
--custom-bar-card-color
CSS variable as default color option.
- Added version console log.
1.5.0
Updates
- Added
decimal
config option.
1.4.1
Fixes
- undefined entity now shows error message in card instead of console
1.4.0
Updates
- Added
limit_value
config option.
Fixes
- Added
unavailable
as possible state to display as N/A
.
1.3.1
Updates
- Allow entity in severity object.
1.3.0
Updates
- Added
show_minmax
config option, displays min and max value inside the bar.
1.2.1
Fixes
- Fixed alignment of title when icon and title are positioned outside of the bar.