From b4c7e77cd69e55fd23d2ee9a6e78be91d303bc56 Mon Sep 17 00:00:00 2001 From: wilds Date: Thu, 6 Mar 2025 00:44:29 +0100 Subject: [PATCH] fix #838 --- custom_components/xiaomi_home/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/xiaomi_home/manifest.json b/custom_components/xiaomi_home/manifest.json index 9ddd8dd..217ef07 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", "numpy", "cryptography", "psutil" @@ -29,4 +29,4 @@ "zeroconf": [ "_miot-central._tcp.local." ] -} \ No newline at end of file +}