From 01b3507c27407bfa7d0dea3e4b11dbc8ba2ce9f5 Mon Sep 17 00:00:00 2001 From: klejejs Date: Tue, 3 Sep 2024 22:03:40 +0000 Subject: [PATCH] Update ThermiaOnlineAPI version to 5.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 778f4ed..4b4b580 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==5.1.0" + "ThermiaOnlineAPI==5.2.0" ], "version": "1.0" } diff --git a/requirements.txt b/requirements.txt index fe9683f..538290a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ homeassistant==2024.4.1 -ThermiaOnlineAPI==5.1.0 +ThermiaOnlineAPI==5.2.0