bump to next test version

This commit is contained in:
Stefan Allius
2025-05-31 20:12:42 +02:00
parent 10f225cce5
commit 724c317fba
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ echo "run.sh: info: check for Home Assistant supervisor API"
MQTT_HOST=""
if bashio::supervisor.ping; then
echo "run.sh: info: check for Home Assistant MQTT"
if bashio::services mqtt "host"; then
if bashio::services.available mqtt; then
MQTT_HOST=$(bashio::services mqtt "host")
MQTT_PORT=$(bashio::services mqtt "port")
MQTT_USER=$(bashio::services mqtt "username")