This commit is contained in:
Hans Karlinius
2024-11-25 06:12:51 +01:00
parent b66b2907ff
commit 093bc25511
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.47"
version: "0.1.48"
slug: vhclient
description: VirtualHere Client
arch:
@@ -32,11 +32,11 @@ kernel_modules: true
options:
clientid: "vhclient"
autofind: false
devices: []
devices2: []
schema:
clientid: str?
autofind: bool
devices:
devices2:
- bool
stage: experimental
init: false

View File

@@ -5,4 +5,4 @@ if bashio::config.has_value 'clientid'; then
fi
#TEST
bashio::addon.option 'devices.one' false
bashio::addon.option 'devices2.one' false