From fff3a04329e0358801cf0335a94d3bdd11bc667b Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Wed, 14 Jan 2026 17:22:25 +0000 Subject: [PATCH] =?UTF-8?q?store.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 store.yaml diff --git a/store.yaml b/store.yaml new file mode 100644 index 0000000..749916c --- /dev/null +++ b/store.yaml @@ -0,0 +1,20 @@ +name: "Bahmcloud Store" +refresh_seconds: 60 # nur Liste/UI, keine Updates! + +packages: + - id: "easy_proxmox" + name: "Easy Proxmox" + type: "integration" + domain: "easy_proxmox" + version: "1.0.0" + zip_url: "https://git.bahmcloud.de/bahmcloud/easy_proxmox/archive/main.zip" + source_path: "custom_components/easy_proxmox" + + # optional: Store selbst als Paket, damit er Updates bekommt + - id: "bahmcloud_store" + name: "Bahmcloud Store" + type: "store" + domain: "bahmcloud_store" + version: "0.1.0" + zip_url: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip" + source_path: "custom_components/bahmcloud_store"