Home Assistant Daily: Device Registry Cleanup and a Networking Bug Fixed Fast
Core's device registry got a coordinated overhaul across several pull requests, while a networking change from yesterday needed an emergency follow-up fix after it hung shutdown for over three minutes.
Duration: PT2M42S
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-07-29T06:00:27Z
- Audio duration: PT2M42S
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 July 29th, 2026, and this is Home Assistant Daily.
The biggest story today is a wave of coordinated work cleaning up the device registry, alongside a fast turnaround fix on a networking change that shipped with a real bug.
Start with networking. Yesterday's change defaulting to port 80 under Supervisor, PR 174278, needed an urgent follow-up. PR 177457 fixed a shutdown hang: the legacy port 8123 redirect was waiting forever on the server to close before cleaning up its runner, adding over three minutes to every shutdown. Good catch,…
The larger pattern is device registry consistency. Erik Montnemery led several related efforts: PR 177494 migrates integrations to setting via-device-id instead of via-device directly, and that same pattern shows up in the commit history with zwave_js and tasmota both adapting to the new device registry API. PR…
A smaller but related theme: exception handling cleanup. Two separate PRs from mstu01, one for Slack notify actions and one for madVR remote entities, both fix cases where errors were silently swallowed instead of surfacing to the user. Worth remembering if you're writing action handlers — silent failures are…
Also notable: PR…
Nearby episodes from Home Assistant Daily
- 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
- Registry Migrations and a Monthly Patch Release
- One Integration, Many Fixes
- The Event Entity Standard Takes Shape
- Cleanup Week - Error Handling and Tech Debt