test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.94"
|
version: "0.1.95"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
@@ -12,9 +12,9 @@ url: "https://git.carlscrona.se/haka/home-assistant-addons"
|
|||||||
startup: services
|
startup: services
|
||||||
boot: manual
|
boot: manual
|
||||||
#host_network: true
|
#host_network: true
|
||||||
#hassio_api: true
|
hassio_api: true
|
||||||
#hassio_role: manager
|
#hassio_role: manager
|
||||||
#homeassistant_api: true
|
homeassistant_api: true
|
||||||
#supervisor_api: true
|
#supervisor_api: true
|
||||||
devices:
|
devices:
|
||||||
- /dev/mem
|
- /dev/mem
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ my_array+=('one') # Add a new item to the array
|
|||||||
#my_array+=({ 'name': 'one', 'use': false}) # Add a new item to the array
|
#my_array+=({ 'name': 'one', 'use': false}) # Add a new item to the array
|
||||||
#bashio::config::update 'usbdevices' "${my_array[@]}"
|
#bashio::config::update 'usbdevices' "${my_array[@]}"
|
||||||
bashio::config 'usbdevices' "${my_array[@]}"
|
bashio::config 'usbdevices' "${my_array[@]}"
|
||||||
|
bashio::log.info "${my_array[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user