2019-05-27 02:48:27 +00:00
|
|
|
{
|
|
|
|
"domain": "ssdp",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Simple Service Discovery Protocol (SSDP)",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
2021-04-15 08:21:38 +00:00
|
|
|
"requirements": [
|
2021-05-15 17:41:34 +00:00
|
|
|
"defusedxml==0.7.1",
|
2021-08-18 10:13:59 +00:00
|
|
|
"async-upnp-client==0.20.0"
|
2021-04-15 08:21:38 +00:00
|
|
|
],
|
2021-05-29 02:18:59 +00:00
|
|
|
"dependencies": ["network"],
|
2020-06-05 21:33:26 +00:00
|
|
|
"after_dependencies": ["zeroconf"],
|
2021-04-10 10:37:20 +00:00
|
|
|
"codeowners": [],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "internal",
|
|
|
|
"iot_class": "local_push"
|
2019-05-27 02:48:27 +00:00
|
|
|
}
|