Home Assistant Daily: Cleanup, Consolidation, and the LLM Tool Migration
Today's activity centers on Home Assistant paying down technical debt — removing deprecated APIs, retiring an old integration, and continuing to modularize the Assist and media source platforms — while contributors add new hardware support and squash several reliability bugs.
Duration: PT2M51S
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-06T06:00:07Z
- Audio duration: PT2M51S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, and welcome to Home Assistant Daily for July 6th, 2026.
The clearest signal today: this is a cleanup and consolidation cycle. Multiple PRs strip out deprecated code, and the Assist API continues its migration toward a modular tool architecture.
Start with deprecation removal. G Johansson shipped three related changes — PR 175611 removes deprecated classes from the service helper in favor of the newer target module, and PRs 175681 and 175682 strip the long-deprecated battery properties from vacuum entities, both core and template. Alongside that, PR 175677…
Second theme: the Assist API's tool platform migration is progressing. Paulus Schoutsen's PR 175659 moves tool and prompt generation out of the Assist API and into the LLM integration's own registry, continuing a pattern where each integration owns its own LLM tools file. PR 175655 fills the last gap here, giving…
Third, a cluster of smaller reliability fixes: Homee covers now respond correctly to commands after a 2026.7.0 regression, Tesla Fleet's homelink button no longer throws an unhandled key error when location data is missing, and Teslemetry gets fixes for a dead-token retry storm and credit-exhaustion polling.…
On…
Nearby episodes from Home Assistant Daily
- The LLM Tools Rollout and Cleanup Season
- The LLM Tools Platform Rollout
- Reliability Fixes and the LLM Foundation
- Weekly Recap - Translation Fixes & Dependency Updates
- Translation Fixes and Library Updates
- Device Connection Standardization
- Bug Fixes and Device Compatibility
- Device Integration Expansion and Entity Management