bump to next test version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: TSUN-Proxy (Dev)
|
||||
description: MQTT Proxy for TSUN Photovoltaic Inverters
|
||||
version: 0.14.0-dev-2505311842
|
||||
version: 0.14.0-dev-2505311908
|
||||
image: docker.io/sallius/tsun-gen3-addon
|
||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||
slug: tsun-proxy-dev
|
||||
|
||||
@@ -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; then
|
||||
if bashio::services mqtt "host"; then
|
||||
MQTT_HOST=$(bashio::services mqtt "host")
|
||||
MQTT_PORT=$(bashio::services mqtt "port")
|
||||
MQTT_USER=$(bashio::services mqtt "username")
|
||||
|
||||
Reference in New Issue
Block a user