v12.1.1
NOTE: If you have not updated to Home Assistant
2026.2.0yet, DO NOT UPDATE CUSTOM SIDEBAR, read the release notes of the version 12.0.0 first.
This release is just a patch, and therefore it doesn't represent a breaking change. It avoids updating the sidebar during Home Assistant restarts, something that breaks all the sidebar's personalisations. To achieve that, the shouldUpdate internal method of the ha-sidebar component has been patched to return false if the Home Assistant WebSocket status is not RUNNING something that happens when Home Assistant is restarting.
🚀 Features
- Avoid sidebar updates during restarts
- PR: #563 by @elchininet
🛠 Fixes
- Avoid sidebar updates during restarts
- PR: #563 by @elchininet
🧩 Dependencies
- Solve vulnerabilities through pnpm overrides
- PR: #558 by @elchininet
- [Dependencies]: Bump the dependencies-dev group with 2 updates
- PR: #564 by @dependabot[bot]
📦 Other
- Refactor debugger functionality
- PR: #562 by @elchininet