Skip to content

v0.54.0

Latest

Choose a tag to compare

@nodejsmith-release-please nodejsmith-release-please released this 05 Sep 11:58
712a3d2

⚠ BREAKING CHANGES

  • VacuumEntityFeature.BATTERY, VacuumAttributes.battery_icon, VacuumAttributes.battery_level, and VacuumAttributes.supports_battery have been removed, mirroring their removal from Home Assistant core's base vacuum entity in 2026.9.0. Code reading vacuum battery state directly from these fields must switch to the entity's own battery sensor (e.g. a paired sensor.*_battery entity), which is how HA core itself now exposes this data.

Features

  • regenerate typed models for Home Assistant 2026.9.0 (#1908) (de7ea95)

Bug Fixes

  • broadcast app manifest changes over websocket to fix stale status (#1899) (e786542)
  • close leaked aiosqlite connections on CancelledError during cache shutdown (#1903) (64e009c)
  • re-attach ResizeObserver in HandlersTab when container node changes (#1886) (a5e3598)
  • retype loose role annotations in lifecycle Protocol and watcher tests (#1888) (7244b95), closes #1792