custom_components/bahmcloud_store/services.yaml hinzugefügt

This commit is contained in:
2026-01-14 17:09:16 +00:00
parent c6e1423b81
commit 8270714f29

View File

@@ -0,0 +1,19 @@
update_all:
name: Update all
description: Installiert Updates für alle Pakete aus dem Store (falls Version im Store höher als installiert).
install:
name: Install
description: Installiert ein Paket aus dem Store.
fields:
package_id:
required: true
example: "easy_proxmox"
update:
name: Update
description: Updated ein Paket aus dem Store.
fields:
package_id:
required: true
example: "easy_proxmox"