Upgrade paho-mqtt to 1.3.1 (#9874)
parent
ac256d5943
commit
959a7b2d59
|
@ -30,7 +30,7 @@ from homeassistant.const import (
|
|||
CONF_PASSWORD, CONF_PORT, CONF_PROTOCOL, CONF_PAYLOAD)
|
||||
from homeassistant.components.mqtt.server import HBMQTT_CONFIG_SCHEMA
|
||||
|
||||
REQUIREMENTS = ['paho-mqtt==1.3.0']
|
||||
REQUIREMENTS = ['paho-mqtt==1.3.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||
EVENT_HOMEASSISTANT_STOP)
|
||||
from homeassistant.helpers import state as state_helper
|
||||
|
||||
REQUIREMENTS = ['paho-mqtt==1.3.0']
|
||||
REQUIREMENTS = ['paho-mqtt==1.3.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -477,7 +477,7 @@ orvibo==1.1.1
|
|||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.3.0
|
||||
paho-mqtt==1.3.1
|
||||
|
||||
# homeassistant.components.media_player.panasonic_viera
|
||||
panasonic_viera==0.2
|
||||
|
|
|
@ -83,7 +83,7 @@ mficlient==0.3.0
|
|||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.3.0
|
||||
paho-mqtt==1.3.1
|
||||
|
||||
# homeassistant.components.device_tracker.aruba
|
||||
# homeassistant.components.device_tracker.asuswrt
|
||||
|
|
Loading…
Reference in New Issue