hass-core/homeassistant/components/network/manifest.json
2023-05-23 14:18:26 +02:00

11 lines
342 B
JSON

{
"domain": "network",
"name": "Network Configuration",
"codeowners": ["@home-assistant/core"],
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/network",
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": ["ifaddr==0.2.0"]
}