From b9d00ed7b53979c4a786cb3262ebfe9104d23b04 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sun, 31 Mar 2024 15:27:41 +0200 Subject: [PATCH] Update manifest.json --- custom_components/solvis_control/manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom_components/solvis_control/manifest.json b/custom_components/solvis_control/manifest.json index 3d68837..4145f78 100644 --- a/custom_components/solvis_control/manifest.json +++ b/custom_components/solvis_control/manifest.json @@ -1,12 +1,13 @@ { "domain": "solvis_control", "name": "Solvis Control", - "codeowners": ["LarsK1"], + "codeowners": ["@LarsK1"], "dependencies": [], - "documentation": "", + "documentation": "https://github.com/LarsK1/hass_solvis_control/blob/main/README.md", + "issue_tracker": ""https://github.com/LarsK1/hass_solvis_control/issues", "integration_type": "device", "iot_class": "local_polling", "requirements": ["pymodbus"], "version": "0.1.1", "config_flow": true - } \ No newline at end of file + }