test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.94"
|
||||
version: "0.1.95"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
@@ -12,9 +12,9 @@ url: "https://git.carlscrona.se/haka/home-assistant-addons"
|
||||
startup: services
|
||||
boot: manual
|
||||
#host_network: true
|
||||
#hassio_api: true
|
||||
hassio_api: true
|
||||
#hassio_role: manager
|
||||
#homeassistant_api: true
|
||||
homeassistant_api: true
|
||||
#supervisor_api: true
|
||||
devices:
|
||||
- /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
|
||||
#bashio::config::update 'usbdevices' "${my_array[@]}"
|
||||
bashio::config 'usbdevices' "${my_array[@]}"
|
||||
bashio::log.info "${my_array[@]}"
|
||||
|
||||
Reference in New Issue
Block a user