1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/solax/manifest.json
2024-06-07 15:16:07 +02:00

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"]
}