diff --git a/store.yaml b/store.yaml index 749916c..13909ae 100644 --- a/store.yaml +++ b/store.yaml @@ -1,20 +1,24 @@ name: "Bahmcloud Store" -refresh_seconds: 60 # nur Liste/UI, keine Updates! +refresh_seconds: 300 # nur Liste + latest-version refresh, KEINE Auto-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" + repo: "https://git.bahmcloud.de/bahmcloud/easy_proxmox" + owner: "bahmcloud" + repository: "easy_proxmox" + branch: "main" 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" name: "Bahmcloud Store" type: "store" domain: "bahmcloud_store" - version: "0.1.0" - zip_url: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip" + repo: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store" + owner: "bahmcloud" + repository: "bahmcloud_store" + branch: "main" source_path: "custom_components/bahmcloud_store"