From 70ea53f349994ba86c4af941222bd440cd204086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Nenz=C3=A9n?= Date: Thu, 28 Sep 2023 21:44:32 +0200 Subject: [PATCH] Update pyflichub-tcpclient to 0.1.6 (#11) --- 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 6192caa..db5abd0 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.5"], + "requirements": ["pyflichub-tcpclient==0.1.6"], "version": "v0.0.0" }