This commit is contained in:
Hans Karlinius
2024-12-01 05:39:03 +01:00
parent a077be3c4c
commit 551c50e644
2 changed files with 3 additions and 1 deletions

View File

@@ -21,8 +21,10 @@ fi
bashio::log.info "Set AUTOFIND hub to ${autofind}"
#if [ "${autofind}" = "true" ]; then
if $autofind; then
bashio::log.info "Enable AutoFind"
/usr/bin/vh_edit_config General AutoFind 1
else
bashio::log.info "Disable AutoFind"
/usr/bin/vh_edit_config General AutoFind 0
fi
#fi