Home Assistant Daily: The Great Via-Device Race Fix
Developer Erik Montnemery landed over a dozen coordinated fixes for a device-registry race condition affecting integrations from Hue to Matter, while a wave of new integration proposals and a major LIFX library migration moved through review.
Duration: PT2M40S
Episode overview
This episode is a short developer briefing from Home Assistant Daily.
It explains recent repository work in plain language.
- Show: Home Assistant Daily
- Published: 2026-08-02T06:00:10Z
- Audio duration: PT2M40S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's August 2nd, 2026, and this is Home Assistant Daily.
Today's biggest signal is a single, systemic fix rolled out across more than a dozen integrations at once. That's the story worth remembering.
Erik Montnemery shipped a coordinated series of PRs fixing what's called a "via_device race" — a timing bug where a device's parent relationship could get set incorrectly during setup, because it referenced the parent by name instead of by a stable device ID. This landed in Hue, Synology DSM, Motion Blinds, Netgear,…
Second theme: the integration pipeline is busy on both ends. Big migrations are landing — Djelibeybi's LIFX rework onto the lifx-async library is a breaking change dropping legacy config support for anyone who hasn't upgraded since 2021, and it's still under active review across two PR revisions, 177944 and 177939.…
A few smaller but concrete wins: PR 177954 fixed feedreader event ordering so only the newest timestamp is tracked for unsorted feeds. PR 171205 finally closed a two-year-old issue, adding duration, fault, and low-battery sensors to HomeKit-controlled devices. And Reolink picked up floodlight scheduling as time…
What's next: watch for the LIFX…
Nearby episodes from Home Assistant Daily
- The Great Via-Device Cleanup
- The Great YAML Device Cleanup
- Cleaning Up the Entity Model
- Device Registry Cleanup and a Networking Bug Fixed Fast
- Cleanup, Consistency, and Climate Controls
- Weekly Recap - A Late Release, and the Quiet Rise of Diagnostics
- Cleaning Up Error Handling and Config Flows
- Restoring State and Cleaning Up Diagnostics