-
0.7.6 Stable
released this
2026-03-23 16:20:29 +00:00 | 1 commits to main since this releaseAdded
- Blueprint backup listing and restore support in the repository detail view.
Changed
- Install, update, uninstall, and restore feedback now reflects whether a restart is actually required for the selected content type.
- Blueprint restore dialogs and action messages now reference
/config/blueprintsinstead of integration-only paths.
Fixed
- Blueprint updates now create usable content backups before overwriting files.
- Blueprint backups can be restored again from the active store UI after the previous restore-button regression.
- Blueprint uninstall confirmation text now matches the real uninstall behavior and no longer incorrectly warns about
/config/custom_componentsor mandatory restarts.
Downloads
-
0.7.5 Stable
released this
2026-03-23 15:42:52 +00:00 | 5 commits to main since this release0.7.5 - 2026-03-23
Added
- Initial blueprint install support with deployment to the Home Assistant blueprints folder.
- Category-aware install metadata including install type, install target, and installed paths.
- Install target details in the repository view for supported content categories.
Changed
- Store documentation refreshed to match the current feature set, including pinned repositories, release notes, and blueprint support.
- Non-integration content handling is now prepared for category-specific install strategies instead of assuming
custom_componentsonly. - Frontend asset version updated so the latest store UI changes load immediately after deployment.
Downloads
-
0.7.4 Stable
released this
2026-03-23 14:46:34 +00:00 | 7 commits to main since this release0.7.4 - 2026-03-23
Added
- Pinned repositories support to let admins keep important integrations easy to find.
- Pin and unpin actions in the repository detail view.
- Store filtering and sorting options for pinned repositories.
Changed
- Repository favorites are now persisted in settings and restored across reloads.
- Pinned repositories are highlighted in the store overview with a dedicated badge.
- Frontend asset version updated so the latest panel changes load immediately after deployment.
Downloads
-
0.7.3 Stable
released this
2026-03-23 13:56:13 +00:00 | 9 commits to main since this release0.7.3 - 2026-03-23
Added
Release notes support in the repository detail view for provider releases.
New backend endpoint to fetch release notes for the selected repository version.
Changed
Home Assistant panel asset cache-buster bumped to ensure updated frontend assets load after deployment.
Release-note lookups now clearly report when a selected version has no provider release body instead of implying notes exist for plain tags or branches.Downloads
-
0.7.2 Stable
released this
2026-01-20 08:16:12 +00:00 | 12 commits to main since this release0.7.2 – 2026-01-20
Fixed
- When Bahmcloud Store is installed via an external installer (files copied into /config/custom_components), it now reconciles itself as "installed" in BCS storage so update checks work immediately.
Downloads
-
0.7.1 Stable
released this
2026-01-20 07:19:24 +00:00 | 15 commits to main since this release0.7.1 – 2026-01-20
Fixed
- GitHub version provider now reliably fetches the latest 20 releases/tags using authenticated API requests.
- Repositories that were previously fetched in a degraded state (only
latestandbranch) are now automatically refreshed on repository view. - Cached version lists with incomplete data are no longer reused and are re-fetched from the provider.
Downloads
-
0.7.0 Stable
released this
2026-01-20 05:50:44 +00:00 | 19 commits to main since this release[0.7.0] - 2026-01-20
Added
- Options dialog (gear icon) for the Bahmcloud Store integration.
- Optional GitHub token can now be set, changed or removed via the Home Assistant UI.
Fixed
- Fixed missing options flow when clicking the integration settings button.
Downloads
-
0.6.9 Stable
released this
2026-01-19 17:51:54 +00:00 | 28 commits to main since this release[0.6.9] – 2026-01-19
Added
- New Home Assistant GUI setup (Config Flow) – no YAML configuration required.
- Optional GitHub Token support to increase API limits (up to 5000 req/h).
Configurable via Integration → Options. - Clear setup guidance and warning about GitHub rate limits.
- Automatic detection and warning if YAML setup is still present (ignored safely).
Changed
- store.yaml URL is now fixed to the official Bahmcloud Store index:
https://git.bahmcloud.de/bahmcloud/ha_store/raw/branch/main/store.yaml - Installation workflow fully aligned with standard HA integrations.
- Update platform migrated to
async_setup_entry.
Fixed
- Minor stability and persistence improvements in startup sequence.
- Prevented duplicate background initialization when HA reloads the integration.
Notes
- To enable extended GitHub access, create a fine-grained personal access token
(read-only) at https://github.com/settings/tokens and add it via the integration options.
Downloads
-
0.6.8 Stable
released this
2026-01-19 14:36:15 +00:00 | 36 commits to main since this release0.6.8 – Performance & Cache Stabilization (2026-01-19)
Fixed
- Fixed excessive GitHub API requests causing rate limiting
- Fixed missing persistence of repository versions and metadata
- Fixed background enrichment re-running after Home Assistant restart
Changed
- Repository metadata (versions, README, descriptions) is now fetched once in the background
- Cached data is reused and only refreshed on explicit user interaction
- Improved separation between startup refresh and on-demand updates
Improved
- Significantly reduced Home Assistant startup time
- Greatly reduced GitHub API usage
- More reliable version selection for GitHub and HACS repositories
Notes
- Background tasks may still appear in DEBUG logs (expected behavior)
- No functional UI changes in this release
Downloads
-
0.6.7 Stable
released this
2026-01-19 07:16:59 +00:00 | 47 commits to main since this release[0.6.7] - 2026-01-19
Fixed
- Repository metadata loaded on demand is now persisted and restored after Home Assistant restart.
- Background enrichment reliably updates latest versions and descriptions for HACS repositories.
- Cached repository data is correctly restored on startup for non-installed repositories.
Changed
- Repository details are only considered fully enriched once latest version information is available.
- Improved reliability of background cache synchronization without impacting startup performance.
Downloads