Update netdisco (#36499)
parent
dd3b0df22d
commit
b9bc147339
|
@ -2,7 +2,7 @@
|
|||
"domain": "discovery",
|
||||
"name": "Discovery",
|
||||
"documentation": "https://www.home-assistant.io/integrations/discovery",
|
||||
"requirements": ["netdisco==2.6.0"],
|
||||
"requirements": ["netdisco==2.7.0"],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "ssdp",
|
||||
"name": "Simple Service Discovery Protocol (SSDP)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
||||
"requirements": ["defusedxml==0.6.0", "netdisco==2.6.0"],
|
||||
"requirements": ["defusedxml==0.6.0", "netdisco==2.7.0"],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ hass-nabucasa==0.34.5
|
|||
home-assistant-frontend==20200603.2
|
||||
importlib-metadata==1.6.0
|
||||
jinja2>=2.11.1
|
||||
netdisco==2.6.0
|
||||
netdisco==2.7.0
|
||||
pip>=8.0.3
|
||||
python-slugify==4.0.0
|
||||
pytz>=2020.1
|
||||
|
|
|
@ -946,7 +946,7 @@ netdata==0.1.2
|
|||
|
||||
# homeassistant.components.discovery
|
||||
# homeassistant.components.ssdp
|
||||
netdisco==2.6.0
|
||||
netdisco==2.7.0
|
||||
|
||||
# homeassistant.components.neurio_energy
|
||||
neurio==0.3.1
|
||||
|
|
|
@ -399,7 +399,7 @@ nessclient==0.9.15
|
|||
|
||||
# homeassistant.components.discovery
|
||||
# homeassistant.components.ssdp
|
||||
netdisco==2.6.0
|
||||
netdisco==2.7.0
|
||||
|
||||
# homeassistant.components.nexia
|
||||
nexia==0.9.3
|
||||
|
|
Loading…
Reference in New Issue