mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Upgrade paho-mqtt to 1.2.2 (#7066)
This commit is contained in:
parent
7cb8f49d62
commit
f06cff35ff
@ -28,7 +28,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.2.1']
|
||||
REQUIREMENTS = ['paho-mqtt==1.2.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -414,7 +414,7 @@ openhomedevice==0.2.1
|
||||
orvibo==1.1.1
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
paho-mqtt==1.2.1
|
||||
paho-mqtt==1.2.2
|
||||
|
||||
# homeassistant.components.media_player.panasonic_viera
|
||||
panasonic_viera==0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user