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.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.