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

@@ -1,6 +1,6 @@
name: TSUN-Proxy (Dev)
description: MQTT Proxy for TSUN Photovoltaic Inverters
version: 0.15.0-dev-2506211326
version: 0.15.0-dev-2506211329
image: docker.io/sallius/tsun-gen3-addon
url: https://github.com/s-allius/tsun-gen3-proxy
slug: tsun-proxy-dev

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