This commit is contained in:
Hans Karlinius
2024-11-25 05:25:46 +01:00
parent 2379bfa33e
commit 2d879b1d3f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.41" version: "0.1.42"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -32,11 +32,11 @@ kernel_modules: true
options: options:
clientid: "vhclient" clientid: "vhclient"
autofind: false autofind: false
test: "" devices: ""
schema: schema:
clientid: str? clientid: str?
autofind: bool autofind: bool
test: str? devices: str?
stage: experimental stage: experimental
init: false init: false
@@ -5,4 +5,4 @@ if bashio::config.has_value 'clientid'; then
fi fi
#TEST #TEST
#bashio::config 'test' 'john_doe' bashio::config 'devices' 'john_doe'