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