From e554e0bfa279e56ebd9443217f9c6152240a39a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Nenz=C3=A9n?= Date: Wed, 19 Jun 2024 22:59:47 +0200 Subject: [PATCH] Bump pyflichub-tcpclient to 0.1.10 (#30) --- custom_components/flichub/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/flichub/manifest.json b/custom_components/flichub/manifest.json index 14a9af7..a03f2c0 100644 --- a/custom_components/flichub/manifest.json +++ b/custom_components/flichub/manifest.json @@ -17,6 +17,6 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/JohNan/home-assistant-flichub/issues", "loggers": ["pyflichub"], - "requirements": ["pyflichub-tcpclient==0.1.9"], + "requirements": ["pyflichub-tcpclient==0.1.10"], "version": "v0.0.0" }