Skip to content

v17.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:58
· 2 commits to master since this release

⚠️⚠️⚠️ BREAKING CHANGE! READ BEFORE UPDATE ⚠️⚠️⚠️

This release is a major one and it is a breaking change. This version needs Home Assistant 2026.8.0 as the minimum version to work. So, if you are not already in this version of Home Assistant DO NOT UPDATE.

Fix dialogs functionality

Home Assistant 2026.8.0 has implemented a panel-readiness feature for panels and the ha-panel-config has been set with this option, and this broke the custom-sidebar dialogs functionality. This has been fixed in this release.

Fix default_path option edge case

In certain scenarios (mainly very slow systems or slow network connections), the default_path was not working because its logic could run before the panel got loaded and it could get overridden by the default panel navigation. This has been fixed in this release.


🛠 Fixes

🧩 Dependencies

  • [Dependencies]: Bump typescript-eslint from 8.63.0 to 8.64.0 in the dependencies-dev group
  • Update pnpm to version 11.15.0
  • [Dependencies]: Bump the dependencies-dev group with 2 updates
  • [Dependencies]: Bump js-yaml from 5.2.1 to 5.2.2 in the dependencies-prod group across 1 directory
  • [Dependencies]: Bump the dependencies-dev group with 4 updates
  • [Dependencies]: Bump js-yaml from 5.2.2 to 5.2.3 in the dependencies-prod group across 1 directory
  • Migrate home assistant to version 2026.8.0

⚙️ Configuration

📝 Documentation