This commit is contained in:
Hans Karlinius
2024-11-26 08:37:19 +01:00
parent 209ad265d5
commit 10b0e46fa5
4 changed files with 9 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
#!/command/with-contenv bashio
if bashio::config.has_value 'clientid'; then
clientid=($(bashio::config 'clientid'))
bashio::log.info "Set ClientId to ${clientid}"
fi
#if bashio::config.has_value 'clientid'; then
# clientid=($(bashio::config 'clientid'))
# bashio::log.info "Set ClientId to ${clientid}"
#fi
if bashio::config.has_value 'autofind'; then
autofind=($(bashio::config 'autofind'))