-
0.6.6 Stable
released this
2026-01-18 19:56:34 +00:00 | 52 commits to main since this release[0.6.6] - 2026-01-18
Added
- Source filter to limit repositories by origin: BCS Official, HACS, or Custom.
- Visual source badges for repositories (BCS Official, HACS, Custom).
- Restored HACS enable/disable toggle in the Store UI.
Changed
- HACS repositories now display human-readable names and descriptions based on official HACS metadata.
- Improved Store usability on mobile devices by fixing back navigation from repository detail view.
Fixed
- Fixed missing HACS toggle after UI updates.
- Fixed mobile browser back button exiting the Store instead of returning to the repository list.
Downloads
-
0.6.5 Stable
released this
2026-01-18 18:56:08 +00:00 | 60 commits to main since this release[0.6.5] - 2026-01-18
Added
- Separate handling of HACS official repositories with an enable/disable toggle in the Store UI.
- HACS repositories are now loaded independently from the main store index.
Changed
- Store index can remain minimal and curated; HACS repositories are no longer required in store.yaml.
- Improved Store performance and clarity by clearly separating repository sources.
Fixed
- Browser cache issues resolved by proper panel cache-busting for UI updates.
Internal
- No changes to install, update, backup, or restore logic.
- Fully backward compatible with existing installations and configurations.
Downloads
-
0.6.4 Stable
released this
2026-01-18 16:58:29 +00:00 | 66 commits to main since this release[0.6.4] - 2026-01-18
Fixed
- Fixed long Home Assistant startup times caused by background repository enrichment running too early.
Changed
- Background repository enrichment is now started only after Home Assistant has fully started.
- Repository cache updates now run fully asynchronous without blocking Home Assistant startup.
Internal
- Improved alignment with Home Assistant startup lifecycle.
- No functional changes to store behavior or UI.
Downloads
-
0.6.3 Stable
released this
2026-01-18 15:54:46 +00:00 | 70 commits to main since this release[0.6.3] - 2026-01-18
Changed
- Improved Store performance for large indexes by avoiding full metadata enrichment during list refresh.
- Repository details are loaded on demand, reducing initial load time and network requests.
- Index refresh is skipped when the index content has not changed.
Downloads
-
0.6.2 Stable
released this
2026-01-18 13:17:06 +00:00 | 76 commits to main since this release[0.6.2] - 2026-01-18
Added
- Selectable install/update version per repository (install older releases/tags to downgrade when needed).
- New API endpoint to list available versions for a repository:
GET /api/bcs/versions?repo_id=....
Downloads
-
0.6.1 Stable
released this
2026-01-18 09:08:49 +00:00 | 83 commits to main since this release[0.6.1] - 2026-01-18
Fixed
- Restored integrations now correctly report the restored version instead of the latest installed version.
- Update availability is correctly recalculated after restoring a backup, allowing updates to be applied again.
- Improved restore compatibility with backups created before version metadata was introduced.
Downloads
-
0.6.0 Stable
released this
2026-01-18 08:37:31 +00:00 | 86 commits to main since this release[0.6.0] - 2026-01-18
Added
- Restore feature with selection of the last available backups (up to 5 per domain).
- New API endpoints to list and restore backups:
GET /api/bcs/backups?repo_id=...POST /api/bcs/restore?repo_id=...&backup_id=...
Safety
- Restoring a backup triggers a “restart required” prompt to apply the recovered integration state.
Notes
- This is a major release milestone consolidating install/update/uninstall, backup/rollback, and restore workflows.
Downloads
-
0.5.11 Stable
released this
2026-01-18 07:47:59 +00:00 | 92 commits to main since this release[0.5.11] - 2026-01-18
Added
- Automatic backup of existing custom components before install or update.
- Backup retention with a configurable limit per domain.
Safety
- Automatic rollback is triggered if an install or update fails after a backup was created.
Downloads
-
0.5.10 Stable
released this
2026-01-17 20:49:58 +00:00 | 95 commits to main since this release[0.5.10] - 2026-01-17
Added
- Store view controls: Filter and Sort dropdowns alongside the existing Category selector.
Fixed
- Search input focus is preserved while typing (cursor no longer jumps out after re-render).
Downloads
-
0.5.9 Stable
released this
2026-01-17 19:47:58 +00:00 | 98 commits to main since this release[0.5.9] - 2026-01-17
Changed
- README is now collapsible with a preview by default (Show more / Show less).
- Improved mobile readability by keeping long README content contained without affecting the page layout.
Downloads