bump to next test version

This commit is contained in:
Stefan Allius
2025-06-21 13:31:24 +02:00
parent 6e45c5c26d
commit a1a7e43acf
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ if bashio::supervisor.ping; then
fi
bashio::log "run.sh: info: check for slug and hostname"
SLUG=$(bashio::addon.repository)
HOSTNAME==$(bashio::addon.hostname)
HOSTNAME=$(bashio::addon.hostname)
else
bashio::log.red "run.sh: error: Home Assistant Supervisor API not available!"
fi