Skip to content

v1.8.1

Choose a tag to compare

@Geek-MD Geek-MD released this 13 Feb 20:29
91305ba

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.