From ca931106e9b16844a10eec5784d7ab309bfe7473 Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Fri, 9 Apr 2021 09:58:19 +0200 Subject: [PATCH] Update manifest.json --- custom_components/wiz_light/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wiz_light/manifest.json b/custom_components/wiz_light/manifest.json index b016d77..a5da23c 100644 --- a/custom_components/wiz_light/manifest.json +++ b/custom_components/wiz_light/manifest.json @@ -5,7 +5,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/wiz_light", "requirements": [ - "pywizlight==0.4.5" + "pywizlight==0.4.6" ], "ssdp": [], "zeroconf": [],