Add integration_type to devolo integrations (#80695)

This commit is contained in:
Guido Schmitz 2022-10-22 15:55:23 +02:00 committed by GitHub
parent 10dbef80ae
commit 85dda68524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"domain": "devolo_home_control",
"name": "devolo Home Control",
"integration_type": "hub",
"documentation": "https://www.home-assistant.io/integrations/devolo_home_control",
"requirements": ["devolo-home-control-api==0.18.2"],
"after_dependencies": ["zeroconf"],

View File

@ -1,6 +1,7 @@
{
"domain": "devolo_home_network",
"name": "devolo Home Network",
"integration_type": "device",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/devolo_home_network",
"requirements": ["devolo-plc-api==0.8.0"],

View File

@ -989,7 +989,7 @@
"name": "devolo Home Control"
},
"devolo_home_network": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling",
"name": "devolo Home Network"