1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/ssdp/manifest.json
2021-04-25 10:32:39 -10:00

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"
}