Set integration type for aurora_abb_powerone (#117462)

This commit is contained in:
Dave T 2024-05-14 21:36:15 +01:00 committed by GitHub
parent dad9423c08
commit 03cce66f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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"]

View file

@ -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"
},