v0.8.31
Bug fixes
-
Live entities mislabeled as Obsolete/Unlinked (#4): entities without a
unique_id— common on legacy YAML platforms likesnmp,template, orcommand_line— never get an entry in Home Assistant's entity registry, even though they're live and actively recording. GUI Recorder's obsolete-detection only checked the entity registry, so these entities were incorrectly bucketed as obsolete.They're now cross-checked against live entity states. An entity with a live state but no registry entry is listed under Entities without a device instead, using its current friendly name when available. This also corrects the "Current records" / "Obsolete records" counts in the Database statistics card, which were previously counting these entities on the wrong side.