Home Assistant Daily: Reliability Fixes Across Notifications, Bluetooth, and Config Flows

Today's activity centers on reliability fixes for background systems users rarely see directly - local push notifications, Bluetooth advertisement handling, and integration config flows - plus continued cleanup work enforcing platform-wide standards.

Duration: PT2M53S

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-20T06:01:36Z
  • Audio duration: PT2M53S

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 20th, 2026, and this is Home Assistant Daily.

The clearest signal today: several fixes target silent failures in systems that are supposed to just work in the background, without the user ever noticing them.

Start with PR 176833, from markfrancisonly. Mobile app local push - the mechanism that delivers notifications without touching the cloud - was permanently failing after a single late confirmation. A phone that's asleep or behind a slow proxy could get bumped off local delivery entirely, or lose notifications…

Similar pattern in bluetooth. PR 174539, merged after eighteen comments and multiple rounds of review, changes how advertisement history replay handles ordering. It's now opt-in via a new replay parameter, defaulting to oldest-first behavior so existing consumers aren't disrupted while fixing cases where insertion…

And PR 176223 fixes a UniFi crash: a cellular or 5G WAN entry lacking a monitors field would raise a key error during setup and take down the entire integration. Now it's guarded.

Second theme: config flow standardization continues. Mstu01 landed two companion PRs - 176839 and 176838 - stripping the name field from HERE and Google Travel…

Nearby episodes from Home Assistant Daily

  1. Weekly Recap - The Device Registry Overhaul
  2. Quality Scale Push and Assistant API Fixes
  3. Device Registry Overhaul Continues
  4. Modbus Whiplash and Error Handling Cleanup
  5. Vizio Overhaul and the Public API Migration Trend
  6. Integration Maturity Push
  7. New Integrations and a Quiet Bug Fix Wave
  8. Weekly Recap - Cleanup, Consolidation, and Quiet Reliability Fixes