core/homeassistant/components/devolo_home_control/manifest.json

12 lines
370 B
JSON
Raw Normal View History

2020-05-07 14:08:51 +00:00
{
"domain": "devolo_home_control",
2020-06-19 15:04:31 +00:00
"name": "devolo Home Control",
2020-05-07 14:08:51 +00:00
"documentation": "https://www.home-assistant.io/integrations/devolo_home_control",
"requirements": ["devolo-home-control-api==0.17.3"],
"after_dependencies": ["zeroconf"],
2020-05-07 14:08:51 +00:00
"config_flow": true,
"codeowners": ["@2Fake", "@Shutgun"],
"quality_scale": "silver",
"iot_class": "local_push"
}