Home Assistant Daily: Entity Management Improvements and Runtime Data Migration

Twenty pull requests were merged focusing on entity naming improvements, valve automation triggers, and ongoing migration of integrations to use runtime_data. Additional work included Tesla Fleet OAuth fixes and dependency updates.

Duration: PT2M7S

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-03-31T10:00:51Z
  • Audio duration: PT2M7S

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 March 31st, 2026.

Yesterday saw twenty merged pull requests with significant improvements to entity management. Artur Pragacz merged two key changes: entity name unprefixing for ID generation and template functions, helping eliminate duplicate device prefixes that users often repeat in entity names. The same contributor also merged…

Michael Binder added valve opened and closed triggers in PR 165160, expanding automation capabilities for valve devices with new trigger types and comprehensive test coverage.

Several integrations migrated to runtime_data storage. Epenet led this effort with merges for Netatmo, Notion, Nobo Hub, and nmap_tracker integrations, modernizing how these components handle internal data.

Tesla Fleet received an OAuth fix from Bre77, ensuring startup refreshes tokens before decoding claims so newly granted scopes are recognized immediately rather than using stale data.

Infrastructure improvements included making field descriptions optional for non-config flows, and the translation system now uses async downloads for better performance.

Nearby episodes from Home Assistant Daily

  1. Weekly Recap - Bug Fixes and Integration Enhancements
  2. 2026.4.1 Release and Template Engine Refactoring
  3. Integration Fixes and Dependency Updates
  4. Runtime Data Migration and Shell Command Reload
  5. Library Updates and Device Support
  6. Weekly Recap - Platform Expansion & OAuth Security
  7. Event Platforms and OAuth2 Improvements
  8. Automation Conditions Expansion