mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Upgrade paho-mqtt to 1.5.1 (#40703)
This commit is contained in:
parent
ee9540e137
commit
a2d2b7842d
@ -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.0"],
|
"requirements": ["paho-mqtt==1.5.1"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@home-assistant/core", "@emontnemery"]
|
"codeowners": ["@home-assistant/core", "@emontnemery"]
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"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.0"],
|
"requirements": ["paho-mqtt==1.5.1"],
|
||||||
"codeowners": ["@fabaff"]
|
"codeowners": ["@fabaff"]
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ home-assistant-frontend==20200918.2
|
|||||||
importlib-metadata==1.6.0;python_version<'3.8'
|
importlib-metadata==1.6.0;python_version<'3.8'
|
||||||
jinja2>=2.11.2
|
jinja2>=2.11.2
|
||||||
netdisco==2.8.2
|
netdisco==2.8.2
|
||||||
paho-mqtt==1.5.0
|
paho-mqtt==1.5.1
|
||||||
pillow==7.2.0
|
pillow==7.2.0
|
||||||
pip>=8.0.3
|
pip>=8.0.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
|
@ -1059,7 +1059,7 @@ ovoenergy==1.1.7
|
|||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.0
|
paho-mqtt==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.panasonic_bluray
|
# homeassistant.components.panasonic_bluray
|
||||||
panacotta==0.1
|
panacotta==0.1
|
||||||
|
@ -500,7 +500,7 @@ ovoenergy==1.1.7
|
|||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.0
|
paho-mqtt==1.5.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