Change to 1.0.1
This commit is contained in:
@@ -1,20 +1,32 @@
|
|||||||
name: "Bahmcloud Store Installer"
|
name: Bahmcloud Store Installer
|
||||||
version: "1.0.0"
|
version: 1.0.1
|
||||||
slug: "bahmcloud_store_installer"
|
slug: bahmcloud_store_installer
|
||||||
description: "Installiert oder aktualisiert den Bahmcloud Store unter /config/custom_components/bahmcloud_store"
|
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:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- aarch64
|
- aarch64
|
||||||
- armv7
|
- armv7
|
||||||
|
- armhf
|
||||||
startup: once
|
startup: services
|
||||||
boot: manual_only
|
boot: manual
|
||||||
|
hassio_api: true
|
||||||
|
homeassistant_api: true
|
||||||
|
host_network: false
|
||||||
init: false
|
init: false
|
||||||
|
privileged: []
|
||||||
map:
|
map:
|
||||||
- config:rw
|
- config:rw
|
||||||
|
|
||||||
options:
|
options:
|
||||||
store_component_zip: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip"
|
store_component_zip: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip"
|
||||||
|
|
||||||
schema:
|
schema:
|
||||||
store_component_zip: str
|
store_component_zip: str
|
||||||
|
|
||||||
|
image: local/amd64-bahmcloud-store-installer
|
||||||
Reference in New Issue
Block a user