1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/ssdp/manifest.json
2023-12-19 10:12:30 -10:00

14 lines
413 B
JSON

{
"domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)",
"after_dependencies": ["zeroconf"],
"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.38.0"]
}