mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Add integration_type to devolo integrations (#80695)
This commit is contained in:
@@ -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"],
|
||||
|
@@ -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"],
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user