From 92a54d7fe50516955200f06358a307ee82644284 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 2 Sep 2024 16:51:40 -0400 Subject: [PATCH] Updated Notify_mqtt (markdown) --- Notify_mqtt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_mqtt.md b/Notify_mqtt.md index 2a8213b..e9dd9a0 100644 --- a/Notify_mqtt.md +++ b/Notify_mqtt.md @@ -6,7 +6,7 @@ MQTT Support requires **paho-mqtt** to work: ```bash -pip install paho-mqtt +pip install "paho-mqtt<2.0" ``` ### Syntax