mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 06:31:35 +01:00
13 lines
337 B
JSON
13 lines
337 B
JSON
{
|
|
"domain": "sofar",
|
|
"name": "Sofar",
|
|
"codeowners": ["@darkrain-nl"],
|
|
"config_flow": true,
|
|
"dependencies": ["modbus"],
|
|
"documentation": "https://www.home-assistant.io/integrations/sofar",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "silver",
|
|
"requirements": ["sofar-modbus==0.6.0"]
|
|
}
|