18 lines
518 B
JSON
18 lines
518 B
JSON
{
|
|
"domain": "koolnova_bms",
|
|
"name": "Koolnova BMS Modbus RS485",
|
|
"codeowners": ["@sinseman44"],
|
|
"config_flow": true,
|
|
"documentation": "https://github.com/sinseman44/koolnova-BMS-Integration",
|
|
"issue_tracker": "https://github.com/sinseman44/koolnova-BMS-Integration/issues",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "silver",
|
|
"loggers": ["koolnova"],
|
|
"requirements": [
|
|
"pymodbus==3.5.4",
|
|
"pyserial==3.5"
|
|
],
|
|
"version": "0.1.0"
|
|
}
|