Skip to content

v1.9.9

Choose a tag to compare

@Geek-MD Geek-MD released this 27 Apr 16:55
e3604f5

v1.9.9 - 2026-04-27

Fixed

  • Devices appearing in both devices_above_threshold and devices_without_battery_info: A device that already has a valid battery level (and is therefore listed in devices_above_threshold or devices_below_threshold) is now correctly excluded from devices_without_battery_info. The root cause was that some physical devices expose multiple entities — one entity with a readable battery value and another with an unavailable battery attribute — sharing the same device_id. The fix skips any device in the "without battery info" pass when the device is already present in the main battery-devices dictionary.