From 3e419d50d32cd3733bd3bcf663759e62ccb9edc9 Mon Sep 17 00:00:00 2001 From: BENOIT Vincent Date: Thu, 29 Feb 2024 10:15:13 +0100 Subject: [PATCH] modify manifest.json --- custom_components/manifest.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/custom_components/manifest.json b/custom_components/manifest.json index 8a13edb..7cc8cf5 100644 --- a/custom_components/manifest.json +++ b/custom_components/manifest.json @@ -1,12 +1,17 @@ { - "domain": "testVBE_4", - "name": "Test Tuto VBE 4", + "domain": "koolnova-BMS-Integration", + "name": "Koolnova BMS Modbus RS485", "codeowners": ["@sinseman44"], "config_flow": true, - "documentation": "https://github.com/sinseman44/testVBE_4", - "issue_tracker": "https://github.com/sinseman44/testVBE_4/issues", + "documentation": "https://github.com/sinseman44/koolnova-BMS-Integration", + "issue_tracker": "https://github.com/sinseman44/koolnova-BMS-Integration/issues", "integration_type": "device", "iot_class": "calculated", "quality_scale": "silver", - "version": "1.0.0" -} \ No newline at end of file + "loggers": ["koolnova"], + "requirements": [ + "pymodbus==3.5.4", + "pyserial==3.5" + ], + "version": "0.1.0" +}