Home Assistant Daily: Locking Down the LLM Layer and the Z-Wave Add-on

Core saw a coordinated push to make AI tooling safer and more consistent, alongside a multi-PR effort to harden the Z-Wave JS add-on against race conditions, plus the usual wave of integration fixes and new hardware support.

Duration: PT2M58S

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-08-24T06:01:26Z
  • Audio duration: PT2M58S

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 August 24th, and today's core activity centers on two clear threads: tightening how Home Assistant talks to AI, and closing race conditions in a core add-on flow.

First, the LLM layer. Paulus Schoutsen's PR 179938 now requires every LLM tool name to be prefixed with its owning integration's domain — a naming convention fix that avoids collisions as more integrations expose tools to assistants. That pairs with a trio of near-identical fixes, PRs 179892 and 179893, which stop…

Second theme: the Z-Wave JS add-on. Balloobbot pushed four connected PRs — 179816, 179899, 179898, and 179926 — to make add-on configuration safe against concurrent and abandoned config flows, apply reverts directly, add entry migration, and serialize mutations with an ownership token. Together these close a class…

Elsewhere, UniFi Protect continues its migration to the public API, with light discovery, camera config switches, and infrared modes all merged today under Raphael Hehl's ongoing work — expect entity behavior changes there, especially around previously-hidden detection switches. Smaller but notable: LG ThinQ now…

What's next: watch for the Modbus LLM API PR to land, and expect more…

Th…

Nearby episodes from Home Assistant Daily

  1. Consistent Bugfixes Across the LLM and Config Flow Layer
  2. Weekly Recap - Hardening the Foundations
  3. Credentials, Config Flows, and Test Reliability
  4. Locking Down the Device Registry
  5. Config Flows, Discovery, and Cleaning Up Legacy Setup
  6. Z-Wave Onboarding Overhaul and Device Registry Cleanup
  7. Long-Running Connections Get a Reliability Pass
  8. The Z-Wave JS Migration Cleanup