diff --git a/vhclient/config.yaml b/vhclient/config.yaml index 0d5d1aa..544b1a5 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.47" +version: "0.1.48" slug: vhclient description: VirtualHere Client arch: @@ -32,11 +32,11 @@ kernel_modules: true options: clientid: "vhclient" autofind: false - devices: [] + devices2: [] schema: clientid: str? autofind: bool - devices: + devices2: - bool stage: experimental init: false 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 1f31040..da0ef70 100755 --- a/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run +++ b/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run @@ -5,4 +5,4 @@ if bashio::config.has_value 'clientid'; then fi #TEST -bashio::addon.option 'devices.one' false +bashio::addon.option 'devices2.one' false