Home Assistant Daily: Light Platform Cleanup and Service Reorganization
Home Assistant saw 20 merged pull requests on February 4th, 2026, with major cleanup of deprecated light platform code and reorganization of vacuum service registrations across multiple integrations.
Duration: PT2M11S
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-02-04T11:16:39Z
- Audio duration: PT2M11S
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 February 4th, 2026.
The development team merged 20 pull requests yesterday, focusing heavily on platform improvements and code organization.
The largest change came from epenet, who cleaned up deprecated mired handling in the light platform. This breaking change removed 932 lines of legacy code across 26 files, streamlining how color temperature is handled in lighting integrations.
Epenet also led efforts to reorganize service registration for vacuum integrations. Three separate pull requests moved service registration from individual vacuum entity files to the main init files for xiaomi_miio, neato, and sharkiq integrations. This follows Home Assistant's developer guidelines for proper…
Liquidmasl improved Jellyfin media player controls by adding fallback capability checks for native clients that don't properly report their media control features. This addresses control issues reported by multiple users.
Several dependency updates were merged, including ZHA bumped to version 0.0.89, denonavr to 1.3.1, and bleak-esphome to 3.6.0. The Anthropic integration switched its default model to Haiku 4.5, replacing the previous default model.
Nearby episodes from Home Assistant Daily
- Template Framework Overhaul and Tesla Fleet Fixes
- Code Quality and Bug Fix Week
- Ghost Integration and Code Quality Updates
- Light System Cleanup and New Integrations
- Integration Updates and Breaking Changes
- Dashboard Improvements and Device Fixes
- ViCare Integration Expansion and Dependency Updates
- Release Sprint and LLM Improvements