bump to next test version

This commit is contained in:
Stefan Allius
2025-06-21 12:59:36 +02:00
parent 2151340c94
commit 6f104b1330
2 changed files with 9 additions and 6 deletions

View File

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

View File

@@ -15,12 +15,8 @@ if bashio::supervisor.ping; then
else
bashio::log.yellow "run.sh: info: Home Assistant MQTT service not available!"
fi
bashio::log.yellow "run.sh: info: check for slug"
bashio::log "run.sh: info: check for slug"
SLUG=$(bashio::addon.repository)
if [ -z "$SLUG" ]; then
bashio::log.yellow "run.sh: info1: found addon slug: $SLUG"
fi
bashio::log.yellow "run.sh: info2: found addon slug: $SLUG"
else
@@ -28,6 +24,13 @@ else
bashio::log.red "run.sh: error: Home Assistant Supervisor API not available!"
fi
if [ -z "$SLUG" ]; then
bashio::log.yellow "run.sh: info: addon slug not found"
else
bashio::log.green "run.sh: info: found addon slug: $SLUG"
export SLUG
fi
# if a MQTT was/not found, drop a note
if [ -z "$MQTT_HOST" ]; then
bashio::log.yellow "run.sh: info: MQTT config not found"