Releases: custom-cards/bar-card
Releases · custom-cards/bar-card
0.1.3
- added
show_icon
config option - added
icon
config option - added
align
config option - added
off
option totitle_position
config - removed
bar_style
config option - removed
indicator_style
config option - added
icon_style
config option - added
value_style
config option - fix for min/max value indicator update
- title will now default to entity friendly name
- removed tracker.json, should now be tracked by default
0.1.2
0.1.1
0.1.0
- complete re-write of bars and indicators using flexbox
from
config option removeddirection
config option addedtarget
,min
andmax
now accept an entity id as value- added
auto-vertical
,top
andbottom
option toindicator
config - added
top
andbottom
option totitle_position
config
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
- added custom CSS styles option for bar, title and indicator
- added title position option
Example
- type: custom:bar-card
entity: sensor.test_increase
title: styletest
min: 0
max: 100
title_position: right
bar_style:
border-radius: 10px
font-size: 20px
title_style:
font-size: 20px
indicator_style:
color: '#aa0000'
font-size: 10px
severity:
- value: 25
hue: '0'
- value: 50
hue: '40'
- value: 100
hue: '120'