mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
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.46.2"]
|
|
}
|