mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Set integration type for aurora_abb_powerone (#117462)
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
"codeowners": ["@davet2001"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/aurora_abb_powerone",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aurorapy"],
|
||||
"requirements": ["aurorapy==0.2.7"]
|
||||
|
@ -560,7 +560,7 @@
|
||||
},
|
||||
"aurora_abb_powerone": {
|
||||
"name": "Aurora ABB PowerOne Solar PV",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
Reference in New Issue
Block a user