store.yaml aktualisiert

This commit is contained in:
2026-01-14 17:29:25 +00:00
parent fff3a04329
commit 4ecccdf4bc

View File

@@ -1,20 +1,24 @@
name: "Bahmcloud Store" name: "Bahmcloud Store"
refresh_seconds: 60 # nur Liste/UI, keine Updates! refresh_seconds: 300 # nur Liste + latest-version refresh, KEINE Auto-Updates
packages: packages:
- id: "easy_proxmox" - id: "easy_proxmox"
name: "Easy Proxmox" name: "Easy Proxmox"
type: "integration" type: "integration"
domain: "easy_proxmox" domain: "easy_proxmox"
version: "1.0.0" repo: "https://git.bahmcloud.de/bahmcloud/easy_proxmox"
zip_url: "https://git.bahmcloud.de/bahmcloud/easy_proxmox/archive/main.zip" owner: "bahmcloud"
repository: "easy_proxmox"
branch: "main"
source_path: "custom_components/easy_proxmox" source_path: "custom_components/easy_proxmox"
# optional: Store selbst als Paket, damit er Updates bekommt # Store selbst als Paket, damit er in HA Updates auftaucht
- id: "bahmcloud_store" - id: "bahmcloud_store"
name: "Bahmcloud Store" name: "Bahmcloud Store"
type: "store" type: "store"
domain: "bahmcloud_store" domain: "bahmcloud_store"
version: "0.1.0" repo: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store"
zip_url: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip" owner: "bahmcloud"
repository: "bahmcloud_store"
branch: "main"
source_path: "custom_components/bahmcloud_store" source_path: "custom_components/bahmcloud_store"