Home Assistant Daily: Weekly Recap - Cleanup, Guardrails, and a Validation Overhaul

The week's biggest thread was a core-wide migration to a new validation library called probatio, alongside a wave of admin-permission lockdowns on sensitive service calls and several device-availability fixes across Matter, Nest, and ZhongHong integrations.

Duration: PT3M43S

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-14T09:23:06Z
  • Audio duration: PT3M43S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

This is Home Assistant Daily, your weekly recap for September 7th through 14th, 2026. Fifty pull request activity items and thirty additional commits landed this week.

The standout story is a coordinated cleanup of Home Assistant's validation internals. Three companion pull requests, numbers 182107, 182112, and 182113, moved core, helpers, auth, util, and every integration over to a library called probatio, replacing the older voluptuous-based validation. Frenck closed the loop…

Security and permissions were the second theme. Frenck landed a trio of pull requests requiring admin privileges for sensitive actions: Synology D-S-M reboot and shutdown in 182050, and M-Q-T-T publish and dump actions in 182045. These close off actions that could disrupt a system or expose data to any authenticated…

Reliability work continued across several integrations. ZhongHong gained a coordinator for polling and availability in pull request 181897, so gateways now correctly report offline instead of freezing on stale data. Nest thermostats got two fixes — allowing fan mode when the H-VAC mode is off, and making turn-on…

A few notable stumbles and recoveries: a Tuya video peephole camera category,…

Depende…

Nearby episodes from Home Assistant Daily

  1. The Great Validation Library Migration
  2. State Timing Fixes Take Center Stage
  3. Release Day and the Push Toward Real-Time State
  4. Reliability Over Features
  5. Cleanup, Consistency, and Config Entry Hygiene
  6. Platform-by-Platform Growth and Reliability Fixes
  7. Cleaning Up Error Handling and Config Flows
  8. Weekly Recap - Config Flow Fixes and Registry Cleanup