mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Set integration type for aurora_abb_powerone (#117462)
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user