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