bump to next test version

This commit is contained in:
Stefan Allius
2025-06-21 16:37:50 +02:00
parent ce1362e076
commit 9409b7a119
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ if bashio::supervisor.ping; then
bashio::log.yellow "run.sh: info: Home Assistant MQTT service not available!"
fi
SLUG=$(bashio::addon.repository)
ADDONNAME=$(bashio::addon.hostname)
ADDONNAME=$(bashio::addon.name)
# HOSTNAME=$(bashio::host.hostname)
HOSTNAME=$(bashio::info.hostname)
else
@@ -42,7 +42,7 @@ fi
if [ -z "$ADDONNAME" ]; then
bashio::log.yellow "run.sh: info: addon name not found"
else
bashio::log.green "run.sh: info: found hostname: $ADDONNAME"
bashio::log.green "run.sh: info: found addon name: $ADDONNAME"
export ADDONNAME
fi