This commit is contained in:
Hans Karlinius
2024-12-04 02:57:36 +01:00
parent 16aaeedaae
commit 7deb594967
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.351" version: "0.1.352"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -3,8 +3,7 @@
options=$(bashio::api.supervisor GET "/addons/self/options/config") options=$(bashio::api.supervisor GET "/addons/self/options/config")
autofind=$(echo $options | jq '. | if .autofind then true else false end') autofind=$(echo $options | jq '. | if .autofind then true else false end')
autouse=$(echo $options | jq '. | if .autouse then true else false end') autouse=$(echo $options | jq '. | if .autouse then true else false end')
clientid=$(echo $options | jq -r '.clientid | tostring') clientid=$(echo $options | jq '.clientid | select(. != null)')
#manualhub=$(echo $options | jq -r '.manualhub | tostring')
manualhub=$(echo $options | jq '.manualhub | select(. != null)') manualhub=$(echo $options | jq '.manualhub | select(. != null)')
if $autofind; then if $autofind; then