From fd4d746d2729a0321a8bd55c29ec3c1603f41bb8 Mon Sep 17 00:00:00 2001 From: Sander Peterse Date: Sat, 20 Jul 2024 12:59:24 +0200 Subject: [PATCH] Use latest releases (3.2.2) of pyIndego. --- custom_components/indego/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/indego/manifest.json b/custom_components/indego/manifest.json index 67953c9..55cffbc 100644 --- a/custom_components/indego/manifest.json +++ b/custom_components/indego/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://github.com/sander1988/Indego", "dependencies": ["application_credentials"], "codeowners": ["@jm-73", "@eavanvalkenburg", "@sander1988"], - "requirements": ["pyIndego==3.2.1"], + "requirements": ["pyIndego==3.2.2"], "iot_class": "cloud_push", "version": "5.7.3", "loggers": ["custom_components.indego", "pyIndego"]