From 48348201a2b095de24b6945d03d742ac1556f1be Mon Sep 17 00:00:00 2001 From: sworld Date: Mon, 30 Dec 2024 18:00:26 +0800 Subject: [PATCH] feat: update manifest requirements, paho-mqtt<2.0.0 --- custom_components/xiaomi_home/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/xiaomi_home/manifest.json b/custom_components/xiaomi_home/manifest.json index 5400dfb..9e7951a 100644 --- a/custom_components/xiaomi_home/manifest.json +++ b/custom_components/xiaomi_home/manifest.json @@ -20,7 +20,7 @@ ], "requirements": [ "construct>=2.10.56", - "paho-mqtt<=2.0.0", + "paho-mqtt<2.0.0", "numpy", "cryptography", "psutil"