• 0.4.0 3f6da60c0d

    Working Stable

    bahmcloud released this 2026-01-15 14:51:30 +00:00 | 193 commits to main since this release

    [0.4.0]

    Added

    • Initial public release of the Bahmcloud Store integration.
    • Sidebar panel with repository browser UI.
    • Support for loading repositories from a central store.yaml index.
    • Support for custom repositories added by the user.
    • Provider abstraction for GitHub, GitLab and Gitea:
      • Fetch repository information (name, description, default branch).
      • Resolve latest version from:
        • Releases
        • Tags
        • Fallback mechanisms.
    • Repository metadata support via:
      • bcs.yaml
      • hacs.yaml
      • hacs.json
    • README loading and rendering pipeline:
      • Fetch raw README files.
      • Server-side Markdown rendering.
      • Sanitized HTML output for the panel UI.
    • Auto refresh mechanism for store index and repository metadata.
    • API endpoints:
      • List repositories
      • Add custom repository
      • Remove repository
        Persisted via Home Assistant storage (.storage/bcs_store).
    • Public static asset endpoint for panel JS (/api/bahmcloud_store_static/...) without auth (required for HA custom panels).
    • Initial API namespace:
      • GET /api/bcs list merged repositories (index + custom)
      • POST /api/bcs add custom repository
      • DELETE /api/bcs/custom_repo remove custom repository

    Changed

    • Store API/UI terminology standardized to "BCS" (Bahmcloud Comp… integration domain remains bahmcloud_store for compatibility).
    Downloads
  • 0.2.1 dc32010bf9

    bahmcloud released this 2026-01-15 14:29:15 +00:00 | 209 commits to main since this release

    Downloads
  • 0.2.0 597d1556ff

    Test2 Stable

    bahmcloud released this 2026-01-15 12:39:44 +00:00 | 247 commits to main since this release

    Downloads
  • 0.1.0 184b8f9a1d

    test Stable

    bahmcloud released this 2026-01-14 18:49:48 +00:00 | 338 commits to main since this release

    test

    Downloads