2019-05-27 02:48:27 +00:00
|
|
|
{
|
|
|
|
"domain": "ssdp",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Simple Service Discovery Protocol (SSDP)",
|
2020-06-05 21:33:26 +00:00
|
|
|
"after_dependencies": ["zeroconf"],
|
2021-04-10 10:37:20 +00:00
|
|
|
"codeowners": [],
|
2023-02-08 19:22:30 +00:00
|
|
|
"dependencies": ["network"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
|
|
|
"integration_type": "system",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-10-04 14:36:42 +00:00
|
|
|
"loggers": ["async_upnp_client"],
|
2023-02-08 19:22:30 +00:00
|
|
|
"quality_scale": "internal",
|
2023-05-21 22:17:08 +00:00
|
|
|
"requirements": ["async-upnp-client==0.33.2"]
|
2019-05-27 02:48:27 +00:00
|
|
|
}
|