1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
core/homeassistant/components/network/manifest.json
2023-02-08 20:32:43 +01:00

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.1.7"]
}