store.yaml aktualisiert

This commit is contained in:
2026-01-15 06:21:39 +00:00
parent 36c7530c36
commit 94b9444847

View File

@@ -1,24 +1,15 @@
name: "Bahmcloud Store" name: "Bahmcloud Component Store"
refresh_seconds: 300 # nur Liste + latest-version refresh, KEINE Auto-Updates refresh_seconds: 300
packages: repos:
- id: "easy_proxmox" # The store itself (self-update entry)
name: "Easy Proxmox" - name: "Bahmcloud Store"
type: "integration" url: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store"
domain: "easy_proxmox"
repo: "https://git.bahmcloud.de/bahmcloud/easy_proxmox"
owner: "bahmcloud"
repository: "easy_proxmox"
branch: "main"
source_path: "custom_components/easy_proxmox"
# Store selbst als Paket, damit er in HA Updates auftaucht # Your integrations
- id: "bahmcloud_store" - name: "Easy Proxmox"
name: "Bahmcloud Store" url: "https://git.bahmcloud.de/bahmcloud/easy_proxmox"
type: "store"
domain: "bahmcloud_store" # More repos can be added here
repo: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store" # - name: "Another Integration"
owner: "bahmcloud" # url: "https://github.com/user/another_repo"
repository: "bahmcloud_store"
branch: "main"
source_path: "custom_components/bahmcloud_store"