This commit is contained in:
Hans Karlinius
2024-11-28 06:44:51 +01:00
parent 16955f4ac9
commit cced4c0c79
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.154"
version: "0.1.155"
slug: vhclient
description: VirtualHere Client
arch:

View File

@@ -4,7 +4,7 @@ set -x
test=($(bashio::config 'test'))
test+=('one', 'two')
#bashio::config::update 'test' "${test[@]}"
bashio::addon.option 'test' test
bashio::addon.option 'test' ('one', 'two')
#TEST
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}