Releases: andrew-codechimp/HA-Battery-Notes
Releases · andrew-codechimp/HA-Battery-Notes
2.8.2
What's Changed
- When a device has a binary battery low sensor (and not a battery percentage) a battery_plus_low entity will automatically be created, raising threshold and increased events when the battery low sensor changes.
- Add battery type and quantity attributes to battery_plus_low entity
- Bump min HA version to 2024.12
- Update documentation and blueprints, thanks @hmmbob
- Update translations via Crowdin
- Options flow fix by @andrew-codechimp in #2567
- Strongly type config flow
New Contributors
Full Changelog: 2.7.3...2.8.1
2.8.1
What's Changed
- When a device has a binary battery low sensor (and not a battery percentage) a battery_plus_low entity will automatically be created, raising threshold and increased events when the battery low sensor changes.
- Add battery type and quantity attributes to battery_plus_low entity
- Bump min HA version to 2024.12
- Update documentation and blueprints, thanks @hmmbob
- Update translations by @github-actions in #2472
- Options flow fix by @andrew-codechimp in #2567
- Strongly type config flow
New Contributors
Full Changelog: 2.7.3...2.8.1
2.7.3
2.7.1
What's Changed
- Added documentation on how to use Helpers to get a Battery+ sensor for devices without a battery percentage 🎉
https://andrew-codechimp.github.io/HA-Battery-Notes/entities/#adding-a-battery-percentage - Bump minimum HA version to 2024.10
- Improved internal code quality
- Moved battery library downloads to Cloudflare R2 storage (no change on how you submit batteries via the form or pull request)
- Updated Catalan and Polish translations via Crowdin
2.7.0
What's Changed
- Bump minimum HA version to 2024.10
- Improved internal code quality
- Moved battery library downloads to Cloudflare R2 storage
2.6.3
What's Changed
- Added Arabic, Chinese Simplified and Traditional translations via Crowdin
Thanks to those who contributed via Crowdin
2.6.2
What's Changed
- A repair is now raised when an associated device/entity is removed and the battery note is oprhaned
- Internal code improvements for Actions
- Internal code improvements for library updating
- Update Turkish, Greek, Danish, Hungarian & Czech translations by @github-actions
Thanks to everyone who contributed translations via Crowdin
2.6.1
What's Changed
- A repair is now raised when an associated device/entity is removed and the battery note is oprhaned
- Internal code improvements for Actions
- Update Greek, Danish & Czech translations by @github-actions
2.6.0
2.5.4
What's Changed
- Battery replaced now raises an event to use in automations see documentation for details
- Last seen is now set to the date battery notes is added to a device
- When adding a battery note to the device it will now set the battery replaced date to the date the device was created, as long as the device was added to HA after the 2024.9 release
- Update service icon schema to be compatible with 2024.9
- Bump minimum HA version to 2024.9 (required for new features)
- Update translations by @github-actions in #2254