core/homeassistant/components/solax/manifest.json

11 lines
268 B
JSON
Raw Normal View History

{
"domain": "solax",
"name": "SolaX Power",
"codeowners": ["@squishykid"],
"config_flow": true,
2023-02-08 19:22:30 +00:00
"documentation": "https://www.home-assistant.io/integrations/solax",
"iot_class": "local_polling",
"loggers": ["solax"],
"requirements": ["solax==0.3.0"]
}