mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 13:56:28 +00:00
11 lines
268 B
JSON
11 lines
268 B
JSON
{
|
|
"domain": "solax",
|
|
"name": "SolaX Power",
|
|
"codeowners": ["@squishykid"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/solax",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["solax"],
|
|
"requirements": ["solax==3.1.1"]
|
|
}
|