This commit is contained in:
Hans Karlinius
2024-11-26 08:34:05 +01:00
parent 224756486e
commit 209ad265d5
3 changed files with 5 additions and 3 deletions

View File

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