test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.46"
|
||||
version: "0.1.47"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
@@ -32,11 +32,12 @@ kernel_modules: true
|
||||
options:
|
||||
clientid: "vhclient"
|
||||
autofind: false
|
||||
devices: ""
|
||||
devices: []
|
||||
schema:
|
||||
clientid: str?
|
||||
autofind: bool
|
||||
devices: str?
|
||||
devices:
|
||||
- bool
|
||||
stage: experimental
|
||||
init: false
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ if bashio::config.has_value 'clientid'; then
|
||||
fi
|
||||
|
||||
#TEST
|
||||
bashio::addon.option 'devices' 'john_doe'
|
||||
bashio::addon.option 'devices.one' false
|
||||
|
||||
Reference in New Issue
Block a user