v0.9.9
Bug Fix
Duplicate devices after upgrade (#212)
Upgrading from v0.9.3 (or earlier) left behind an empty, orphaned device for each energy-sensor-based integration entry. This happened because v0.9.3 used the energy sensor entity ID as the device identifier, while newer versions use the config entry ID. After upgrade, Home Assistant created a new device with the updated identifier but the old one remained — empty and undeletable through the UI.
How to get rid of the orphaned device
Just update to v0.9.9 and restart Home Assistant. The orphaned device will be automatically removed on startup — no manual action needed.
If you already manually worked around the issue (disabled old devices, reassigned areas), your current setup will be preserved. The cleanup only removes devices that have no entities attached.