mirror of https://github.com/home-assistant/core
13 lines
375 B
JSON
13 lines
375 B
JSON
{
|
|
"domain": "ssdp",
|
|
"name": "Simple Service Discovery Protocol (SSDP)",
|
|
"codeowners": [],
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"loggers": ["async_upnp_client"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["async-upnp-client==0.41.0"]
|
|
}
|