21 lines
439 B
YAML
21 lines
439 B
YAML
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"
|
|
arch:
|
|
- amd64
|
|
- aarch64
|
|
- armv7
|
|
|
|
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
|