mirror of https://github.com/home-assistant/core
14 lines
458 B
JSON
14 lines
458 B
JSON
{
|
|
"domain": "devolo_home_control",
|
|
"name": "devolo Home Control",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@2Fake", "@Shutgun"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/devolo_home_control",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["devolo_home_control_api"],
|
|
"requirements": ["devolo-home-control-api==0.18.3"],
|
|
"zeroconf": ["_dvl-deviceapi._tcp.local."]
|
|
}
|