core/homeassistant/components/ssdp/manifest.json

15 lines
370 B
JSON

{
"domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)",
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": [
"defusedxml==0.6.0",
"netdisco==2.8.2",
"async-upnp-client==0.16.2"
],
"after_dependencies": ["zeroconf"],
"codeowners": [],
"quality_scale": "internal",
"iot_class": "local_push"
}