From 8270714f296be44662c9e7093c6d1d11a895dadd Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Wed, 14 Jan 2026 17:09:16 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/bahmcloud=5Fstore/services.?= =?UTF-8?q?yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bahmcloud_store/services.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 custom_components/bahmcloud_store/services.yaml diff --git a/custom_components/bahmcloud_store/services.yaml b/custom_components/bahmcloud_store/services.yaml new file mode 100644 index 0000000..6c0cfb1 --- /dev/null +++ b/custom_components/bahmcloud_store/services.yaml @@ -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"