mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Upgrade paho-mqtt to 1.2.1 (#6928)
This commit is contained in:
parent
86d265d407
commit
26e9e59a5b
@ -28,6 +28,8 @@ from homeassistant.const import (
|
|||||||
CONF_PASSWORD, CONF_PORT, CONF_PROTOCOL, CONF_PAYLOAD)
|
CONF_PASSWORD, CONF_PORT, CONF_PROTOCOL, CONF_PAYLOAD)
|
||||||
from homeassistant.components.mqtt.server import HBMQTT_CONFIG_SCHEMA
|
from homeassistant.components.mqtt.server import HBMQTT_CONFIG_SCHEMA
|
||||||
|
|
||||||
|
REQUIREMENTS = ['paho-mqtt==1.2.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DOMAIN = 'mqtt'
|
DOMAIN = 'mqtt'
|
||||||
@ -37,8 +39,6 @@ DATA_MQTT = 'mqtt'
|
|||||||
SERVICE_PUBLISH = 'publish'
|
SERVICE_PUBLISH = 'publish'
|
||||||
SIGNAL_MQTT_MESSAGE_RECEIVED = 'mqtt_message_received'
|
SIGNAL_MQTT_MESSAGE_RECEIVED = 'mqtt_message_received'
|
||||||
|
|
||||||
REQUIREMENTS = ['paho-mqtt==1.2']
|
|
||||||
|
|
||||||
CONF_EMBEDDED = 'embedded'
|
CONF_EMBEDDED = 'embedded'
|
||||||
CONF_BROKER = 'broker'
|
CONF_BROKER = 'broker'
|
||||||
CONF_CLIENT_ID = 'client_id'
|
CONF_CLIENT_ID = 'client_id'
|
||||||
|
@ -407,7 +407,7 @@ openhomedevice==0.2.1
|
|||||||
orvibo==1.1.1
|
orvibo==1.1.1
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
paho-mqtt==1.2
|
paho-mqtt==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.panasonic_viera
|
# homeassistant.components.media_player.panasonic_viera
|
||||||
panasonic_viera==0.2
|
panasonic_viera==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user