paho-mqtt operator fixed in ref (see #1078)

This commit is contained in:
Chris Caron 2024-03-30 12:22:43 -04:00
parent 24dcd76f03
commit c157ff12c0

View File

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