From 6fe8a098b1430c5cb3d5d4bae74692d422491d3a Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 10 May 2025 19:54:42 +0200 Subject: [PATCH] bump to next test version --- ha_addon_dev/CHANGELOG.md | 4 ++++ ha_addon_dev/config.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ha_addon_dev/CHANGELOG.md b/ha_addon_dev/CHANGELOG.md index 46be5df..5e6e1ef 100644 --- a/ha_addon_dev/CHANGELOG.md +++ b/ha_addon_dev/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- fix a lot of pytest-asyncio problems in the unit tests +- Cleanup startup code for Quart and the Proxy +- Redirect the hypercorn traces to a separate log-file +- Configure the dashboard trace handler by the logging.ini file - Dashboard: add Notes page and table for important messages - Dashboard: add Log-File page - Dashboard: add Connection page diff --git a/ha_addon_dev/config.yaml b/ha_addon_dev/config.yaml index a4a996d..68827ff 100755 --- a/ha_addon_dev/config.yaml +++ b/ha_addon_dev/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Dev) description: MQTT Proxy for TSUN Photovoltaic Inverters -version: 0.14.0-dev-2505071021 +version: 0.14.0-dev-2505101944 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-dev