bump to next test version

This commit is contained in:
Stefan Allius
2025-06-21 16:25:39 +02:00
parent 312a497fc6
commit ce1362e076
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ if bashio::supervisor.ping; then
fi
SLUG=$(bashio::addon.repository)
ADDONNAME=$(bashio::addon.hostname)
HOSTNAME=$(bashio::host.hostname)
# HOSTNAME=$(bashio::host.hostname)
HOSTNAME=$(bashio::info.hostname)
else
bashio::log.red "run.sh: error: Home Assistant Supervisor API not available!"
fi