Home Assistant Daily: Exception Handling and Integration Updates
Twenty pull requests merged on May 18th, focusing on fixing swallowed exceptions in REST and LG ThinQ integrations, plus significant updates to MQTT subscription handling and multiple dependency upgrades.
Duration: PT2M18S
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-05-18T10:00:53Z
- Audio duration: PT2M18S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Home Assistant Daily for May 18th, 2026.
Twenty pull requests were merged yesterday, with a focus on exception handling improvements and integration updates.
Franck Nijhof merged a fix for swallowed exceptions in REST switch action handlers. Previously, connection errors and HTTP failures were only logged, giving users no feedback in the UI. The fix now properly raises HomeAssistantError with distinct translation keys for different failure modes.
Similarly, LG-ThinQ-Integration fixed swallowed exceptions in LG ThinQ action handlers, removing unnecessary exception handling since the underlying function already raises ValueError appropriately.
Jan Bouwhuis merged a significant MQTT update, adding subscription identifiers to handle duplicate payloads with overlapping subscriptions. This addresses issues with message matching across multiple MQTT subscriptions.
Franck Nijhof also fixed a critical bug where shorthand template conditions in choose blocks were crashing all automations due to improper condition validation.
Nearby episodes from Home Assistant Daily
- Code Quality and Translation Updates
- Bug Fixes and Code Quality
- Z-Wave Security & UI Simplification
- Release 2026.5.3 with Major Cover and Integration Fixes
- New Marantz IR Integration and Code Quality Improvements
- Weekly Recap - Infrastructure & Reliability
- Version 2026.5.2 Release and Infrastructure Improvements
- Matter Fixes and Code Modernization