bump to next test version

This commit is contained in:
Stefan Allius
2025-05-31 20:16:25 +02:00
parent 724c317fba
commit 32d90cfd85
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -22,7 +22,6 @@ fi
if [ -z "$MQTT_HOST" ]; then
echo "run.sh: info: MQTT configuration not found"
else
echo ""
echo "run.sh: info: MQTT found"
export MQTT_HOST
export MQTT_PORT
@@ -40,5 +39,5 @@ cd /home/proxy || exit
export VERSION=$(cat /proxy-version.txt)
echo "Start Proxyserver..."
echo "run.sh: info: Start Proxyserver..."
python3 server.py --rel_urls --json_config=/data/options.json --log_path=/homeassistant/tsun-proxy/logs/ --config_path=/homeassistant/tsun-proxy/ --log_backups=2