Home Assistant Daily: The Device Registry Cleanup
A cluster of pull requests from Erik Montnemery reworked how devices link to each other in the registry, deprecating old APIs and closing off a self-reference bug, while several integrations continued the broader shift from YAML to config entries.
Duration: PT3M2S
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-09T06:01:24Z
- Audio duration: PT3M2S
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 9th, 2026, and this is Home Assistant Daily.
The clearest thread in today's activity is a coordinated push to clean up the device registry, all from one contributor. Erik Montnemery landed a set of connected changes: PR 178194 stops a device from setting its own "via device" link to itself, a loop that PR 178463 found was actually happening in the Duco…
The second theme is the continued march away from YAML-only integrations toward config entries. PR 178506 moves ZhongHong climate control onto a config entry with a proper coordinator, fixing a gateway command that used to get silently dropped. PR 178562 gives Insteon a typed handle on its device manager in the…
A few smaller but concrete fixes stand out: PR 178518 bumps the Lyngdorf library to stop TDAI receivers from disconnecting every six minutes, and PR 178529 fixes UniFi outlet capability detection by reading bitmasks correctly instead of guessing.
What's next: watch for the device registry deprecations to start surfacing warnings in custom integrations, and expect more config-entry migrations following the ZhongHong and Insteon pattern.
That's the briefing for today. Back tomorrow with more from the…
Nearby episodes from Home Assistant Daily
- Discovery Flows and Device Modeling Get Serious Attention
- Data Integrity and Integration Cleanup
- Weekly Recap - The Great Device Registry Cleanup
- Timezone Bugs and Sensor Matching Fixes
- The Great Device Registry Cleanup
- The Great Device Registry Cleanup
- Device Linking Gets a Cleanup Pass
- The Via-Device Race Cleanup