Upgrade paho-mqtt to 1.4.0 (#16688)
This commit is contained in:
parent
d2246d5a4f
commit
cba3a5b055
7 changed files with 52 additions and 65 deletions
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||
EVENT_HOMEASSISTANT_STOP)
|
||||
from homeassistant.helpers import state as state_helper
|
||||
|
||||
REQUIREMENTS = ['paho-mqtt==1.3.1']
|
||||
REQUIREMENTS = ['paho-mqtt==1.4.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue