25 lines
752 B
YAML
25 lines
752 B
YAML
name: "Bahmcloud Store"
|
|
refresh_seconds: 300 # nur Liste + latest-version refresh, KEINE Auto-Updates
|
|
|
|
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"
|
|
|
|
# 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"
|