mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Add integration_type device to solax (#163629)
This commit is contained in:
committed by
GitHub
parent
8c3e72b53d
commit
d2918586f9
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@squishykid", "@Darsstar"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/solax",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["solax"],
|
||||
"requirements": ["solax==3.2.3"]
|
||||
|
||||
@@ -6440,7 +6440,7 @@
|
||||
},
|
||||
"solax": {
|
||||
"name": "SolaX Power",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user