From 02f041005ce32fc5d59d418374dfd901046ede3c Mon Sep 17 00:00:00 2001 From: Graeme Dewe Date: Mon, 10 Nov 2025 09:08:07 +0000 Subject: [PATCH] trying to force correct version --- custom_components/growatt_server/manifest.json | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/growatt_server/manifest.json b/custom_components/growatt_server/manifest.json index fcf0243..587fb0c 100644 --- a/custom_components/growatt_server/manifest.json +++ b/custom_components/growatt_server/manifest.json @@ -8,5 +8,5 @@ "issue_tracker": "https://github.com/johanzander/growatt_server_upstream/issues", "loggers": ["growattServer"], "requirements": ["growattServer @ git+https://github.com/GraemeDBlue/PyPi_GrowattServer.git@write_values"], - "version": "2.1.0" + "version": "2.2.0" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 778f265..2cff901 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ colorlog==6.9.0 homeassistant==2025.9.0 pip>=21.3.1 -ruff==0.13.2 \ No newline at end of file +ruff==0.13.2 +growattServer @ git+https://github.com/GraemeDBlue/PyPi_GrowattServer.git@write_values \ No newline at end of file