You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚠ 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