core/homeassistant/components/solax/manifest.json

11 lines
268 B
JSON
Raw Normal View History

{
"domain": "solax",
"name": "SolaX Power",
"documentation": "https://www.home-assistant.io/integrations/solax",
2022-09-13 08:07:38 +00:00
"requirements": ["solax==0.3.0"],
"codeowners": ["@squishykid"],
2022-01-26 09:58:06 +00:00
"iot_class": "local_polling",
"config_flow": true,
"loggers": ["solax"]
}