From 47cbc75b38fb474ad6d36ed20fbb0af516255d53 Mon Sep 17 00:00:00 2001 From: KrzysztofHajdamowicz Date: Mon, 13 Dec 2021 10:44:19 +0100 Subject: [PATCH] Require python-miio==0.5.9.1 Align with requirements of HA 2021.12 --- custom_components/miio2/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/miio2/manifest.json b/custom_components/miio2/manifest.json index 2f34df4..782faf6 100644 --- a/custom_components/miio2/manifest.json +++ b/custom_components/miio2/manifest.json @@ -5,7 +5,7 @@ "documentation": "https://github.com/KrzysztofHajdamowicz/home-assistant-vacuum-styj02ym", "requirements": [ "construct==2.10.56", - "python-miio==0.5.8" + "python-miio==0.5.9.1" ], "dependencies": [], "codeowners": ["@nqkdev", "@KrzysztofHajdamowicz"],