From 818576b8dc1cb8489be4dd6d8758512f5548251a Mon Sep 17 00:00:00 2001 From: ha0y <30557072+ha0y@users.noreply.github.com> Date: Sat, 20 Mar 2021 13:46:03 +0800 Subject: [PATCH] Limit python-miio version to 0.5.4 (#79) #79 --- custom_components/xiaomi_miot_raw/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/xiaomi_miot_raw/manifest.json b/custom_components/xiaomi_miot_raw/manifest.json index 8bfb54b..3f8e7e1 100644 --- a/custom_components/xiaomi_miot_raw/manifest.json +++ b/custom_components/xiaomi_miot_raw/manifest.json @@ -6,7 +6,7 @@ "issue_tracker": "https://github.com/ha0y/xiaomi_miot_raw/issues", "requirements": [ "construct==2.10.56", - "python-miio>=0.5.3" + "python-miio==0.5.4" ], "dependencies": [], "codeowners": [