bump to version 0.15.0-dev
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- Update dependency pytest-asyncio to v1
|
||||||
|
|
||||||
|
## [0.14.1] - 2025-05-31
|
||||||
|
|
||||||
- handle missing MQTT addon [#438](https://github.com/s-allius/tsun-gen3-proxy/issues/438)
|
- handle missing MQTT addon [#438](https://github.com/s-allius/tsun-gen3-proxy/issues/438)
|
||||||
|
|
||||||
## [0.14.0] - 2025-05-29
|
## [0.14.0] - 2025-05-29
|
||||||
|
|||||||
@@ -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-2505312102
|
version: 0.15.0-dev-2506010051
|
||||||
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
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
bashio::log.blue "-----------------------------------------------------------"
|
bashio::log.blue "-----------------------------------------------------------"
|
||||||
bashio::log.blue "run.sh: info: setup Add-on environment"
|
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"
|
|
||||||
MQTT_HOST=""
|
MQTT_HOST=""
|
||||||
if bashio::supervisor.ping; then
|
if bashio::supervisor.ping; then
|
||||||
bashio::log "run.sh: info: check for Home Assistant MQTT service"
|
bashio::log "run.sh: info: check for Home Assistant MQTT service"
|
||||||
|
|||||||
Reference in New Issue
Block a user