From 8fc3a6effbd5cdc955819ca49ebda321f4541fcf Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Sun, 24 Nov 2024 20:37:45 +0100 Subject: [PATCH] Update version to 2.16.0 and update pyOverkiz --- custom_components/tahoma/manifest.json | 8 ++++---- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/tahoma/manifest.json b/custom_components/tahoma/manifest.json index e5716bf5..6d899be6 100644 --- a/custom_components/tahoma/manifest.json +++ b/custom_components/tahoma/manifest.json @@ -17,10 +17,10 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/imicknl/ha-tahoma/issues", "requirements": [ - "pyoverkiz==1.8.0" + "pyoverkiz==1.15.0" ], - "version": "2.15.0", + "version": "2.16.0", "zeroconf": [ "_kizbox._tcp.local." - ] -} + ] +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c2c0c9a6..238b480b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyoverkiz==1.5.6 \ No newline at end of file +pyoverkiz==1.15.0 \ No newline at end of file