You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.8.1 - 2026-02-13
Fixed
Battery Devices Monitor integration and other non-device entities (automations, scenes, scripts) are no longer incorrectly included in devices_without_battery_info attribute. The heuristic detection that checks for "battery" in entity_id now properly excludes automation, scene, and script entities even if they contain "battery" in their name.
Changed
Battery levels in sensor attributes (devices_above_threshold and devices_below_threshold) and events are now rounded to integers instead of showing decimal values.
README documentation clarified that devices_above_threshold uses battery >= threshold and devices_below_threshold uses battery < threshold. Code logic has always been correct.