bump to next version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: TSUN-Proxy (Dev)
|
name: TSUN-Proxy (Dev)
|
||||||
description: MQTT Proxy for TSUN Photovoltaic Inverters
|
description: MQTT Proxy for TSUN Photovoltaic Inverters
|
||||||
version: 0.14.0-dev-2505312037
|
version: 0.14.0-dev-2505312055
|
||||||
image: docker.io/sallius/tsun-gen3-addon
|
image: docker.io/sallius/tsun-gen3-addon
|
||||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||||
slug: tsun-proxy-dev
|
slug: tsun-proxy-dev
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
|
||||||
bashio::log.blue "-----------------------------------------------------------"
|
bashio::log.blue "-----------------------------------------------------------"
|
||||||
bashio::log.blue "run.sh: info: Add-on environment started"
|
bashio::log.blue "run.sh: info: setup Add-on environment"
|
||||||
bashio::cache.flush_all
|
bashio::cache.flush_all
|
||||||
bashio::log "run.sh: info: check for Home Assistant supervisor API"
|
bashio::log "run.sh: info: check for Home Assistant Supervisor API"
|
||||||
MQTT_HOST=""
|
MQTT_HOST=""
|
||||||
if bashio::supervisor.ping; then
|
if bashio::supervisor.ping; then
|
||||||
bashio::log "run.sh: info: check for Home Assistant MQTT"
|
bashio::log "run.sh: info: check for Home Assistant MQTT"
|
||||||
@@ -21,9 +21,9 @@ fi
|
|||||||
|
|
||||||
# if a MQTT was/not found, drop a note
|
# if a MQTT was/not found, drop a note
|
||||||
if [ -z "$MQTT_HOST" ]; then
|
if [ -z "$MQTT_HOST" ]; then
|
||||||
bashio::log.yellow "run.sh: info: MQTT configuration not found"
|
bashio::log.yellow "run.sh: info: MQTT config not found"
|
||||||
else
|
else
|
||||||
bashio::log.green "run.sh: info: MQTT found"
|
bashio::log.green "run.sh: info: MQTT config found"
|
||||||
export MQTT_HOST
|
export MQTT_HOST
|
||||||
export MQTT_PORT
|
export MQTT_PORT
|
||||||
export MQTT_USER
|
export MQTT_USER
|
||||||
|
|||||||
Reference in New Issue
Block a user