Home Assistant Daily: Assistant API Overhaul and Security Cleanup
The conversation and voice assistant stack is undergoing a major structural migration to a new Tool Result type, while several PRs quietly closed off logging and path-based security gaps across integrations.
Duration: PT2M57S
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-18T06:01:25Z
- Audio duration: PT2M57S
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 September 18th, 2026.
The biggest story today is a coordinated overhaul of how Home Assistant's voice and LLM assistant pipeline handles tool responses. Paulus Schoutsen's PR 182487 introduces a new Tool Result type with separate data and error fields, replacing the old plain dictionary approach. That single change cascades into at least…
The second theme is security and reliability hardening in everyday integrations. Frenck landed two Telegram bot fixes: PR 182460 contains file downloads to a safe directory, and PR 182452 stops the bot token from leaking into logs after it started showing up in GitHub secret scanning. Meanwhile, KingLizard1020's PR…
A smaller but recurring pattern: code cleanup and convention alignment. Epenet moved service registration out of init files into dedicated services modules for both assist satellite and AI task, in PRs 182463 and 182462, matching the pattern most integrations already follow. Simone Chemelli pushed a string of Midea…
On the integration front, Gree Infrared and a modernized Entur setup both moved forward, alongside new Matter fixtures for closure and covering devices from lboue, expanding…
Wh…
Nearby episodes from Home Assistant Daily
- Cleanup, Consistency, and a Wave of New Integrations
- Cleanup, Splits, and a Security Fix
- Assist Pipeline Gets Rebuilt
- Weekly Recap - Cleanup, Guardrails, and a Validation Overhaul
- The Great Validation Library Migration
- State Timing Fixes Take Center Stage
- Release Day and the Push Toward Real-Time State
- Reliability Over Features