Skip to content

v0.8.31

Choose a tag to compare

@ideaalab ideaalab released this 30 Jun 09:51
· 4 commits to main since this release

Bug fixes

  • Live entities mislabeled as Obsolete/Unlinked (#4): entities without a unique_id — common on legacy YAML platforms like snmp, template, or command_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.