From ecf3cd759d34fe2a1aa7f6bd4a02575d6772f991 Mon Sep 17 00:00:00 2001 From: Jonny Bergdahl Date: Mon, 15 Jul 2024 19:16:55 +0200 Subject: [PATCH] Bump growcube-client to 1.2.3 Version 1.0.2 --- custom_components/growcube/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/growcube/manifest.json b/custom_components/growcube/manifest.json index 10bac0f..3c33e6b 100644 --- a/custom_components/growcube/manifest.json +++ b/custom_components/growcube/manifest.json @@ -8,7 +8,7 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/jonnybergdahl/homeassistant_growcube/issues", "requirements": [ - "growcube-client==1.2.2" + "growcube-client==1.2.3" ], - "version": "1.0.1" + "version": "1.0.2" }