Releases: maxwroc/battery-state-card
Releases · maxwroc/battery-state-card
Icon override (setting custom/static entity icon)
Fixed greedy wildcard search
- Fixed wildcard search which was matching more than it should (#151)
- Little bit smaller bundle - minifying html literals
Allow simple string as an action
Covering #149
String values support + fixes
New features:
- String values support (e.g. "23%", "45 %") (#103)
Fixes:
- Fixed rendering bug - question mark icons (#111) (big thanks to @darkkatarsis for helping with debugging/testing)
- Fixed group click handling on mobile devices (#84)
Fixed charging state indicators
- Fix for: Charging state applied to all entities when card-level setting is used (#97)
Fix filter default operator
- Fixed filter default operator which should be set to "exists". Filters with missing
operator
andvalue
property were not working correctly (#108)
Groups and custom styles
New features:
- Home Assistant groups support (instead of individual entities you can use groups defined in HA)
- Battery groups (created based on various conditions) (#44)
- Custom CSS styles (#33, #56, #65)
Fixes:
- Fixed collapsing/folding animation (which was slow/delayed)
- Fixed not localized 'Unknown' text (#33)
Fix for filtering
- Fix for exclude filter which was removing random entities (#74)
Fix error when attribute is not found
- Fixed error when battery level value was missing. Added meaningful warning in the developer toolbar console when attribute (specified in config for entity) does not exist. (#68)
Fix 'matches' operator auto-selection
- When wildcard is present in filter value 'matches' operator should be the default one (#64)