updated paho-mqtt min version reference (see #1078)

This commit is contained in:
Chris Caron 2024-03-30 09:53:33 -04:00
parent 5b1b7a0769
commit 170a74d29f

View File

@ -89,7 +89,7 @@ class NotifyMQTT(NotifyBase):
requirements = {
# Define our required packaging in order to work
'packages_required': 'paho-mqtt'
'packages_required': 'paho-mqtt <= 2.0.0'
}
# The default descriptive name associated with the Notification