modify manifest.json

This commit is contained in:
2024-02-29 10:15:13 +01:00
parent 6fd5bcacc1
commit 3e419d50d3
+10 -5
View File
@@ -1,12 +1,17 @@
{ {
"domain": "testVBE_4", "domain": "koolnova-BMS-Integration",
"name": "Test Tuto VBE 4", "name": "Koolnova BMS Modbus RS485",
"codeowners": ["@sinseman44"], "codeowners": ["@sinseman44"],
"config_flow": true, "config_flow": true,
"documentation": "https://github.com/sinseman44/testVBE_4", "documentation": "https://github.com/sinseman44/koolnova-BMS-Integration",
"issue_tracker": "https://github.com/sinseman44/testVBE_4/issues", "issue_tracker": "https://github.com/sinseman44/koolnova-BMS-Integration/issues",
"integration_type": "device", "integration_type": "device",
"iot_class": "calculated", "iot_class": "calculated",
"quality_scale": "silver", "quality_scale": "silver",
"version": "1.0.0" "loggers": ["koolnova"],
"requirements": [
"pymodbus==3.5.4",
"pyserial==3.5"
],
"version": "0.1.0"
} }