Home Assistant Daily: Release Day and the Push Toward Real-Time State
A packed release, 2026.9.2, shipped alongside a broader effort to make integrations report state faster and more reliably, from Roborock vacuums to ZhongHong climate control, while a quiet cleanup of device registry access continues across core and third-party integrations.
Duration: PT2M50S
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-09-12T06:01:44Z
- Audio duration: PT2M50S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good evening. It's September 12th, 2026, and this is Home Assistant Daily.
The headline today is release 2026.9.2, PR 181976, a broad patch from frenck rolling up nearly fifty linked fixes across the codebase. But underneath that release, two real engineering patterns stand out.
First: integrations are getting faster and more honest about their state. Roborock wet and dry vacuums, in PR 180493, now follow real-time updates instead of waiting on a one-minute poll, so docking or starting a clean shows up immediately. ZhongHong climate, in PR 181897, gets a coordinator for the same reason: if…
Second: a maintainability push around device registry access. Emontnemery is leading a multi-PR effort — 181945, 181923, and 181766 — to stop code from directly reading `DeviceEntry.config_entries`, moving instead to helper functions that understand parent-child device relationships. UnifiProtect was adjusted as one…
A few individual items worth flagging: PR 180889 fixes HomeKit covers reporting the wrong direction of travel when moved outside the Home app — a subtle but visible correctness bug. And PR 176296 adds Bluetooth control for Teslemetry vehicles, with a same-day follow-up, PR 181997, to…
W…
Nearby episodes from Home Assistant Daily
- Reliability Over Features
- Cleanup, Consistency, and Config Entry Hygiene
- Platform-by-Platform Growth and Reliability Fixes
- Cleaning Up Error Handling and Config Flows
- Weekly Recap - Config Flow Fixes and Registry Cleanup
- Identity Bugs and Integration Sprawl
- The Event Loop Gets Some Discipline
- Tesla Energy Push and Config Flow Cleanup