mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump paho-mqtt to 1.6.1 (#59339)
This commit is contained in:
parent
875aecd4e2
commit
7b9715bec3
@ -3,7 +3,7 @@
|
|||||||
"name": "MQTT",
|
"name": "MQTT",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
||||||
"requirements": ["paho-mqtt==1.5.1"],
|
"requirements": ["paho-mqtt==1.6.1"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@emontnemery"],
|
"codeowners": ["@emontnemery"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "shiftr",
|
"domain": "shiftr",
|
||||||
"name": "shiftr.io",
|
"name": "shiftr.io",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/shiftr",
|
"documentation": "https://www.home-assistant.io/integrations/shiftr",
|
||||||
"requirements": ["paho-mqtt==1.5.1"],
|
"requirements": ["paho-mqtt==1.6.1"],
|
||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff"],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ home-assistant-frontend==20211103.0
|
|||||||
httpx==0.19.0
|
httpx==0.19.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.2
|
jinja2==3.0.2
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.6.1
|
||||||
pillow==8.2.0
|
pillow==8.2.0
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
|
@ -1169,7 +1169,7 @@ p1monitor==1.0.0
|
|||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.6.1
|
||||||
|
|
||||||
# homeassistant.components.panasonic_bluray
|
# homeassistant.components.panasonic_bluray
|
||||||
panacotta==0.1
|
panacotta==0.1
|
||||||
|
@ -695,7 +695,7 @@ p1monitor==1.0.0
|
|||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.6.1
|
||||||
|
|
||||||
# homeassistant.components.panasonic_viera
|
# homeassistant.components.panasonic_viera
|
||||||
panasonic_viera==0.3.6
|
panasonic_viera==0.3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user