1
0
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:
Joost Lekkerkerker
2026-02-20 16:21:09 +01:00
committed by GitHub
parent 8c3e72b53d
commit d2918586f9
2 changed files with 2 additions and 1 deletions
@@ -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"]
+1 -1
View File
@@ -6440,7 +6440,7 @@
},
"solax": {
"name": "SolaX Power",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},