From cd5df489d752be542c87bd1227d9269fa93ef1ba Mon Sep 17 00:00:00 2001 From: klejejs Date: Wed, 27 Nov 2024 21:54:50 +0000 Subject: [PATCH] Update ThermiaOnlineAPI version to 6.2.0 --- custom_components/thermia/manifest.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/thermia/manifest.json b/custom_components/thermia/manifest.json index dc974d9..72df8dc 100644 --- a/custom_components/thermia/manifest.json +++ b/custom_components/thermia/manifest.json @@ -11,7 +11,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/klejejs/ha-thermia-heat-pump-integration/issues", "requirements": [ - "ThermiaOnlineAPI==6.1.0" + "ThermiaOnlineAPI==6.2.0" ], "version": "1.0" } diff --git a/requirements.txt b/requirements.txt index f4f4d02..61b5b33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ homeassistant==2024.4.1 -ThermiaOnlineAPI==6.1.0 +ThermiaOnlineAPI==6.2.0