Set integration type for aurora_abb_powerone (#117462)
This commit is contained in:
parent
dad9423c08
commit
03cce66f23
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
"codeowners": ["@davet2001"],
|
"codeowners": ["@davet2001"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/aurora_abb_powerone",
|
"documentation": "https://www.home-assistant.io/integrations/aurora_abb_powerone",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aurorapy"],
|
"loggers": ["aurorapy"],
|
||||||
"requirements": ["aurorapy==0.2.7"]
|
"requirements": ["aurorapy==0.2.7"]
|
||||||
|
|
|
@ -560,7 +560,7 @@
|
||||||
},
|
},
|
||||||
"aurora_abb_powerone": {
|
"aurora_abb_powerone": {
|
||||||
"name": "Aurora ABB PowerOne Solar PV",
|
"name": "Aurora ABB PowerOne Solar PV",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue