This commit is contained in:
Hans Karlinius
2024-11-27 11:52:50 +01:00
parent ebdba29fed
commit 4548cd8fe5
2 changed files with 13 additions and 7 deletions

View File

@@ -10,6 +10,12 @@ if bashio::config.has_value 'autofind'; then
fi
fi
if bashio::config.has_value 'clientid'; then
clientid=($(bashio::config 'clientid'))
bashio::log.info "Set ClientId to ${clientid}"
/usr/bin/vhconfig_edit General ClientId ${clientid}
fi
if bashio::config.has_value 'manualhub'; then
manualhub=($(bashio::config 'manualhub'))
bashio::log.info "Set HUB to ${manualhub}"