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

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

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