From 6b43a20932fea5da0bd0c4e230c1cc116caa727c Mon Sep 17 00:00:00 2001 From: garbled1 Date: Mon, 16 Nov 2020 17:27:29 -0700 Subject: [PATCH] Bump this to fix #28, tested with example data. --- custom_components/ecowitt/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ecowitt/manifest.json b/custom_components/ecowitt/manifest.json index c34fd21..c4abc9d 100644 --- a/custom_components/ecowitt/manifest.json +++ b/custom_components/ecowitt/manifest.json @@ -4,7 +4,7 @@ "config_flow": false, "documentation": "https://www.home-assistant.io/integrations/ecowitt", "requirements": [ - "pyecowitt==0.10" + "pyecowitt==0.11" ], "ssdp": [], "zeroconf": [],