From 6af15883149d29ca48cc774f48e84a4889b739a8 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 04:58:40 +0000 Subject: [PATCH] Change to 1.0.1 --- bahmcloud_store_installer/config.yaml | 28 +++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/bahmcloud_store_installer/config.yaml b/bahmcloud_store_installer/config.yaml index 7fc96fa..55bfcbf 100644 --- a/bahmcloud_store_installer/config.yaml +++ b/bahmcloud_store_installer/config.yaml @@ -1,20 +1,32 @@ -name: "Bahmcloud Store Installer" -version: "1.0.0" -slug: "bahmcloud_store_installer" -description: "Installiert oder aktualisiert den Bahmcloud Store unter /config/custom_components/bahmcloud_store" +name: Bahmcloud Store Installer +version: 1.0.1 +slug: bahmcloud_store_installer +description: > + Installs or updates the Bahmcloud Store custom component into Home Assistant. + This add-on downloads the latest store code from the configured repository, + extracts it and installs it into /config/custom_components/bahmcloud_store. + After installation, Home Assistant must be restarted. + +url: https://git.bahmcloud.de/bahmcloud/addons arch: - amd64 - aarch64 - armv7 - -startup: once -boot: manual_only + - armhf +startup: services +boot: manual +hassio_api: true +homeassistant_api: true +host_network: false init: false - +privileged: [] map: - config:rw options: store_component_zip: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip" + schema: store_component_zip: str + +image: local/amd64-bahmcloud-store-installer \ No newline at end of file