Skip to content

Releases: andrew-codechimp/HA-Battery-Notes

2.10.0

02 Jun 07:47
ae41579
Compare
Choose a tag to compare
2.10.0 Pre-release
Pre-release

What's Changed

Internal code improvements

2.9.12

29 May 09:53
2a281c8
Compare
Choose a tag to compare

What's Changed

  • Update translations by @github-actions in #3383

Full Changelog: 2.9.11...2.9.12

2.9.11

07 May 13:12
8c5c7b6
Compare
Choose a tag to compare

What's Changed

  • Update translations by @github-actions in #3324
  • Update translations by @github-actions in #3375

Full Changelog: 2.9.10...2.9.11

2.9.10

14 Apr 07:35
a3621ee
Compare
Choose a tag to compare

What's Changed

  • The library file is now no longer included with the release and will be automatically downloaded to the config/.storage/battery_notes folder, this is an internal fix for NixOS.
  • If you have a user_library specified (rare) then this will be moved to the storage folder as well.
  • Improve battery not reported, if a battery state is sent but has not changed this will now be recorded as the last reported date.
  • Updated translations via Crowdin

2.9.9

04 Apr 13:23
9275402
Compare
Choose a tag to compare
2.9.9 Pre-release
Pre-release

What's Changed

  • The library file is now no longer included with the release and will be automatically downloaded to the config/.storage/battery_notes folder, this is an internal fix for NixOS.
  • If you have a user_library specified (rare) then this will be moved to the storage folder as well.
  • Improve battery not reported, if a battery state is sent but has not changed this will now be recorded as the last reported date.
  • Updated translations via Crowdin
  • Bump Home Assistant min version to 2025.1.0

2.9.7

25 Mar 07:42
ce24133
Compare
Choose a tag to compare
2.9.7 Pre-release
Pre-release

What's Changed

  • Bump Home Assistant min version to 2025.1.0
  • The library file is now no longer included with the release and will be automatically downloaded to the config/.storage/battery_notes folder, this is an internal fix for NixOS.
  • If you have a user_library specified (rare) then this will be moved to the storage folder as well.

2.9.5

05 Mar 11:01
Compare
Choose a tag to compare

What's Changed

  • Add battery low threshold to battery increased and battery threshold events
  • Do not raise events on templated sensors when unknown/unavailable
  • Update translations

2.9.4

03 Mar 08:42
a91d2c8
Compare
Choose a tag to compare
2.9.4 Pre-release
Pre-release

What's Changed

  • Add battery low threshold to battery increased and battery threshold events
  • Do not raise events on templated sensors when unknown/unavailable
  • Update translations

2.9.3

02 Mar 16:02
111ae57
Compare
Choose a tag to compare
2.9.3 Pre-release
Pre-release

What's Changed

  • Add battery low threshold to battery increased and battery threshold events
  • Do not raise events on templated sensors when unknown/unavailable
  • Update translations

2.9.2

24 Feb 09:38
c043a96
Compare
Choose a tag to compare

What's Changed

  • Filter low outliers on battery change
    If you have a device that occasionally reports its battery level erroneously low you can now enable filtering to stop events being raised (configure per device)
  • Don't refresh library every new device, limit to hourly
  • Improve entity naming fallback
  • Add battery_last_replaced to battery_threshold, battery_increased, and battery_not reported events
  • Update translations by @github-actions