From 94b944484762474825363f0ce3b99c8b64cc6b37 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 06:21:39 +0000 Subject: [PATCH] store.yaml aktualisiert --- store.yaml | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/store.yaml b/store.yaml index 13909ae..484cf19 100644 --- a/store.yaml +++ b/store.yaml @@ -1,24 +1,15 @@ -name: "Bahmcloud Store" -refresh_seconds: 300 # nur Liste + latest-version refresh, KEINE Auto-Updates +name: "Bahmcloud Component Store" +refresh_seconds: 300 -packages: - - id: "easy_proxmox" - name: "Easy Proxmox" - type: "integration" - domain: "easy_proxmox" - repo: "https://git.bahmcloud.de/bahmcloud/easy_proxmox" - owner: "bahmcloud" - repository: "easy_proxmox" - branch: "main" - source_path: "custom_components/easy_proxmox" +repos: + # The store itself (self-update entry) + - name: "Bahmcloud Store" + url: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store" - # Store selbst als Paket, damit er in HA Updates auftaucht - - id: "bahmcloud_store" - name: "Bahmcloud Store" - type: "store" - domain: "bahmcloud_store" - repo: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store" - owner: "bahmcloud" - repository: "bahmcloud_store" - branch: "main" - source_path: "custom_components/bahmcloud_store" + # Your integrations + - name: "Easy Proxmox" + url: "https://git.bahmcloud.de/bahmcloud/easy_proxmox" + + # More repos can be added here + # - name: "Another Integration" + # url: "https://github.com/user/another_repo"