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",
|
2022-12-04 18:05:53 +00:00
|
|
|
"requirements": ["async-upnp-client==0.32.3"],
|
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",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-10-04 14:36:42 +00:00
|
|
|
"loggers": ["async_upnp_client"],
|
|
|
|
"integration_type": "system"
|
2019-05-27 02:48:27 +00:00
|
|
|
}
|