diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 37e40d1..cea09f9 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -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 diff --git a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run index 34d43b7..94db4d3 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run @@ -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[@]}"