Home Assistant Daily: Identity Bugs and Integration Sprawl

A cluster of fixes today target entities that silently duplicate or vanish due to identity and state-mutation bugs, while a wave of new device support continues to expand Tuya, EV charging, and irrigation coverage.

Duration: PT3M7S

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-07T06:01:16Z
  • Audio duration: PT3M7S

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 September 7th, 2026, and today's code activity centers on one recurring problem: entities that lose track of who they are.

Three separate fixes trace back to identity handling. In Amcrest, PR 181496 stores camera serial numbers as the unique ID to stop duplicate entities from appearing — a long-standing bug in a legacy-quality integration, now paired with new platform tests in PR 181498 since Amcrest previously had none. In Roomba, PR…

A second theme is device address correlation. PR 181488 adds the Android TV network MAC address to device connections, because router-based trackers key off Wi-Fi or Ethernet MACs, not Bluetooth. Rfxtrx is getting a deeper rework too — PR 181466 moves it to sub-entries, and PR 181436 replaces a tuple-based device ID…

On the integration-growth side, Tuya keeps expanding: PR 181453 adds sensors, number, and select entities for EV chargers, and PR 181459 adds circuit breaker support. RainMachine's PR 181486 reclassifies irrigation zones as valve entities instead of switches, a more accurate model but a breaking change for existing…

A few library bumps matter for behavior, not just versioning: Opower's PR 181286 now uses proper import…

Wha…

Nearby episodes from Home Assistant Daily

  1. Weekly Recap - Config Flow Fixes and Registry Cleanup
  2. The Event Loop Gets Some Discipline
  3. Tesla Energy Push and Config Flow Cleanup
  4. Centralizing Config Flow Errors
  5. The Release That Wasn't Just a Release
  6. Calendars, Backups, and Config Flow Cleanup
  7. Test Hygiene and Calendar Fixes
  8. Weekly Recap - Config Flow Cleanup and Solar Integration Growth