mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 08:06:11 +01:00
12 lines
342 B
JSON
12 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"]
|
|
}
|