github andrew-codechimp/HA-Battery-Notes 3.2.2

10 hours ago

2025 in review

This year saw
📦 15 production releases.
🆕 598 new devices added to the library, thanks for all the contributions.
⬇️ Approximately 28k users of Battery Notes based on downloads.
❤️ 17 supporters across all my open source projects totalling £101.97, thank you all for your support.

I've lots more planned for 2026, if you would like to support my work then please

What's Changed

  • Add a new battery percentage template within advanced configuration for a battery note, allowing you to create a battery plus sensor for devices with voltages, binary or textual sensors. If you previously created template helpers for these you can now remove them and add the template directly for easier maintenance. #3552
    The existing battery low template should be considered as legacy, it can still be used if you want more control over when a device is considered low, but the new percentage template will trigger low when it reaches the set threshold so it is not necessary to provide both.
    Example of voltage sensor template with a maximum capacity of 3 volts
    {{ (states('sensor.my_sensor_voltage')|float(0) / 3 * 100) | round(0) }}
    Example of binary low sensor template, returning either 100% or 9%
    {{ 9 if states('binary_sensor.my_sensor_low') == true else 100 }}

  • Move some settings for battery notes into a new advanced section.

  • Add the name of the battery note device at the top of the second step summary when creating new battery notes. #4081

  • Set the last reported when an update is received on devices with only a binary battery low sensor. #3378

  • Updated Greek, German, and Dutch translations via CrowdIn - thanks Thunderstrike116, StringSphere, and Hmmbob

Full Changelog: 3.1.0...3.2.2

Don't miss a new HA-Battery-Notes release

NewReleases is sending notifications on new releases.