From 2138ab867839bd98d4264523a0aefb0a4a8c621a Mon Sep 17 00:00:00 2001 From: klejejs Date: Thu, 17 Oct 2024 21:47:07 +0000 Subject: [PATCH] Update ThermiaOnlineAPI version to 6.1.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 5099a23..dc974d9 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.0.0" + "ThermiaOnlineAPI==6.1.0" ], "version": "1.0" } diff --git a/requirements.txt b/requirements.txt index 63580ec..f4f4d02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ homeassistant==2024.4.1 -ThermiaOnlineAPI==6.0.0 +ThermiaOnlineAPI==6.1.0