mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade paho-mqtt to 1.3.1 (#9874)
This commit is contained in:
parent
ac256d5943
commit
959a7b2d59
@ -30,7 +30,7 @@ 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.3.0']
|
REQUIREMENTS = ['paho-mqtt==1.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ from homeassistant.const import (
|
|||||||
EVENT_HOMEASSISTANT_STOP)
|
EVENT_HOMEASSISTANT_STOP)
|
||||||
from homeassistant.helpers import state as state_helper
|
from homeassistant.helpers import state as state_helper
|
||||||
|
|
||||||
REQUIREMENTS = ['paho-mqtt==1.3.0']
|
REQUIREMENTS = ['paho-mqtt==1.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -477,7 +477,7 @@ orvibo==1.1.1
|
|||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.3.0
|
paho-mqtt==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.panasonic_viera
|
# homeassistant.components.media_player.panasonic_viera
|
||||||
panasonic_viera==0.2
|
panasonic_viera==0.2
|
||||||
|
@ -83,7 +83,7 @@ mficlient==0.3.0
|
|||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.3.0
|
paho-mqtt==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.aruba
|
# homeassistant.components.device_tracker.aruba
|
||||||
# homeassistant.components.device_tracker.asuswrt
|
# homeassistant.components.device_tracker.asuswrt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user