From 2213054e9783564ee5721207c6b6d2fd8f393b62 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Fri, 13 Feb 2026 09:27:51 +0100 Subject: [PATCH] Set repository metadata --- custom_components/ha_knx_bridge/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/ha_knx_bridge/manifest.json b/custom_components/ha_knx_bridge/manifest.json index d617a0d..be21be3 100644 --- a/custom_components/ha_knx_bridge/manifest.json +++ b/custom_components/ha_knx_bridge/manifest.json @@ -3,9 +3,9 @@ "name": "HA KNX Bridge", "version": "0.1.0", "config_flow": true, - "documentation": "https://github.com/OWNER/REPO", - "issue_tracker": "https://github.com/OWNER/REPO/issues", - "codeowners": ["@your-github-handle"], + "documentation": "https://github.com/bahmcloud/HA-KNX-Bridge", + "issue_tracker": "https://github.com/bahmcloud/HA-KNX-Bridge/issues", + "codeowners": ["@bahmcloud"], "dependencies": ["knx"], "after_dependencies": ["knx"], "homeassistant": "2025.12.0",