From 31e9640e4be33b91f9121cda5263f7bfb4ecf018 Mon Sep 17 00:00:00 2001 From: Funtastix Date: Fri, 24 Feb 2023 00:36:45 +1100 Subject: [PATCH] fixing auto-mode for zones --- custom_components/rinnaitouch/manifest.json | 4 ++-- custom_components/rinnaitouch/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/rinnaitouch/manifest.json b/custom_components/rinnaitouch/manifest.json index 913b30c..1466bd5 100644 --- a/custom_components/rinnaitouch/manifest.json +++ b/custom_components/rinnaitouch/manifest.json @@ -4,8 +4,8 @@ "documentation": "https://github.com/funtastix/rinnaitouch", "issue_tracker": "https://github.com/funtastix/rinnaitouch/issues", "codeowners": [ "@funtastix" ], - "requirements": [ "pyrinnaitouch>=0.12.1" ], + "requirements": [ "pyrinnaitouch>=0.12.3" ], "config_flow": true, - "version": "0.12.2", + "version": "0.12.3", "iot_class": "local_push" } diff --git a/custom_components/rinnaitouch/requirements.txt b/custom_components/rinnaitouch/requirements.txt index 983870a..41107f5 100644 --- a/custom_components/rinnaitouch/requirements.txt +++ b/custom_components/rinnaitouch/requirements.txt @@ -1,3 +1,3 @@ async_timeout>=3.0.1 asyncio>=3.4.3 -pyrinnaitouch>=0.12.1 \ No newline at end of file +pyrinnaitouch>=0.12.3 \ No newline at end of file