1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/devolo_home_control/manifest.json
2026-02-11 12:17:02 +01:00

15 lines
524 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": ["HomeControl", "Mydevolo", "MprmRest", "MprmWebsocket", "Mprm"],
"quality_scale": "silver",
"requirements": ["devolo-home-control-api==0.19.0"],
"zeroconf": ["_dvl-deviceapi._tcp.local."]
}