mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add integration_type to devolo integrations (#80695)
This commit is contained in:
parent
10dbef80ae
commit
85dda68524
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user