Skip to content

Releases: maxwroc/battery-state-card

Icon override (setting custom/static entity icon)

05 Nov 22:05
cbe2f95
Compare
Choose a tag to compare
  • Option for overriding entity icon (setting custom/static one) (#158)

Fixes:

  • Fixed regexp based filters which were not working with regexp flags (#159)

GitHub Releases (by Release)

Fixed greedy wildcard search

26 Oct 21:44
b8ecec1
Compare
Choose a tag to compare
  • Fixed wildcard search which was matching more than it should (#151)
  • Little bit smaller bundle - minifying html literals

GitHub Releases (by Release)

Allow simple string as an action

24 Oct 22:09
Compare
Choose a tag to compare

String values support + fixes

07 Oct 21:51
0575aa0
Compare
Choose a tag to compare

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)

GitHub Releases (by Release)

Fixed charging state indicators

04 Sep 22:26
4264c91
Compare
Choose a tag to compare
  • Fix for: Charging state applied to all entities when card-level setting is used (#97)

GitHub Releases (by Release)

Fix filter default operator

01 Aug 22:02
818a2b8
Compare
Choose a tag to compare
  • Fixed filter default operator which should be set to "exists". Filters with missing operator and value property were not working correctly (#108)

GitHub Releases (by Release)

Groups and custom styles

15 Jun 21:53
ca63226
Compare
Choose a tag to compare

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)

GitHub Releases (by Release)

Fix for filtering

08 Jun 22:19
Compare
Choose a tag to compare
  • Fix for exclude filter which was removing random entities (#74)

GitHub Releases (by Release)

Fix error when attribute is not found

28 May 10:42
Compare
Choose a tag to compare
  • 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)

GitHub Releases (by Release)

Fix 'matches' operator auto-selection

22 May 16:23
Compare
Choose a tag to compare
  • When wildcard is present in filter value 'matches' operator should be the default one (#64)

GitHub Releases (by Release)