From e33404e088521e27dca9a9bf397af9bdc27ea1cd Mon Sep 17 00:00:00 2001 From: nero150 <95982029+nero150@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:49:26 +0100 Subject: [PATCH] Add files via upload --- custom_components/xt211_han/manifest.json | 6 +++--- hacs.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/xt211_han/manifest.json b/custom_components/xt211_han/manifest.json index c7446c9..dafb21d 100644 --- a/custom_components/xt211_han/manifest.json +++ b/custom_components/xt211_han/manifest.json @@ -2,10 +2,10 @@ "domain": "xt211_han", "name": "XT211 HAN (RS485 via Ethernet)", "version": "0.1.0", - "documentation": "https://github.com/Nero/xt211-han-ha", - "issue_tracker": "https://github.com/Nero/xt211-han-ha/issues", + "documentation": "https://github.com/nero150/xt211-han-ha", + "issue_tracker": "https://github.com/nero150/xt211-han-ha/issues", "dependencies": [], - "codeowners": ["@Nero"], + "codeowners": ["@nero150"], "requirements": [], "iot_class": "local_push", "config_flow": true diff --git a/hacs.json b/hacs.json index 736cecc..8d63684 100644 --- a/hacs.json +++ b/hacs.json @@ -1,8 +1,8 @@ { "name": "XT211 HAN RS485 (via Ethernet)", "description": "Home Assistant integration for Sagemcom XT211 smart meter via RS485-to-Ethernet adapter (e.g. USR-DR134). Reads DLMS/COSEM PUSH data without ESP32.", - "documentation": "https://github.com/Nero/xt211-han-ha", - "issue_tracker": "https://github.com/Nero/xt211-han-ha/issues", + "documentation": "https://github.com/nero150/xt211-han-ha", + "issue_tracker": "https://github.com/nero150/xt211-han-ha/issues", "iot_class": "local_push", "render_readme": true }