From 37dafd287b708c05fde96b1f0093f5cc9c0f5066 Mon Sep 17 00:00:00 2001 From: "Michael \"Chishm\" Chisholm" Date: Sat, 25 Nov 2023 18:15:00 +1000 Subject: [PATCH] Add paho-mqtt as a requirement in manifest.json --- custom_components/dyson_local/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/dyson_local/manifest.json b/custom_components/dyson_local/manifest.json index 970bd0e..bc47f46 100644 --- a/custom_components/dyson_local/manifest.json +++ b/custom_components/dyson_local/manifest.json @@ -7,5 +7,6 @@ "documentation": "https://github.com/libdyson-wg/ha-dyson", "iot_class": "local_push", "issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues", + "requirements": ["paho-mqtt"], "version": "1.3.0" }