Downgrade Paho MQTT to 1.5.0 (#41479)
This commit is contained in:
parent
35287828bc
commit
3036c17769
4 changed files with 5 additions and 4 deletions
|
@ -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.5.0"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@home-assistant/core", "@emontnemery"]
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ home-assistant-frontend==20201001.1
|
|||
importlib-metadata==1.6.0;python_version<'3.8'
|
||||
jinja2>=2.11.2
|
||||
netdisco==2.8.2
|
||||
paho-mqtt==1.5.1
|
||||
paho-mqtt==1.5.0
|
||||
pillow==7.2.0
|
||||
pip>=8.0.3
|
||||
python-slugify==4.0.1
|
||||
|
|
|
@ -1061,6 +1061,8 @@ orvibo==1.1.1
|
|||
ovoenergy==1.1.7
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
paho-mqtt==1.5.0
|
||||
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.5.1
|
||||
|
||||
|
|
|
@ -502,8 +502,7 @@ openerz-api==0.1.0
|
|||
ovoenergy==1.1.7
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.5.1
|
||||
paho-mqtt==1.5.0
|
||||
|
||||
# homeassistant.components.panasonic_viera
|
||||
panasonic_viera==0.3.6
|
||||
|
|
Loading…
Add table
Reference in a new issue