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"
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"