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