Neu
This commit is contained in:
28
bahmcloud_store_installer/config.yaml
Normal file
28
bahmcloud_store_installer/config.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
- armhf
|
||||
|
||||
startup: once
|
||||
boot: manual_only
|
||||
init: false
|
||||
|
||||
map:
|
||||
- config:rw
|
||||
|
||||
options:
|
||||
store_component_zip: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip"
|
||||
|
||||
schema:
|
||||
store_component_zip: str
|
||||
Reference in New Issue
Block a user