Add files via upload

main
nero150 2026-03-18 07:44:40 +01:00 committed by GitHub
parent 968ef18f43
commit 4324a4d92a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@
"domain": "xt211_han",
"name": "XT211 HAN (RS485 via Ethernet)",
"version": "0.1.0",
"documentation": "https://github.com/yourusername/xt211-han-ha",
"issue_tracker": "https://github.com/yourusername/xt211-han-ha/issues",
"documentation": "https://github.com/Nero/xt211-han-ha",
"issue_tracker": "https://github.com/Nero/xt211-han-ha/issues",
"dependencies": [],
"codeowners": ["@yourusername"],
"codeowners": ["@Nero"],
"requirements": [],
"iot_class": "local_push",
"config_flow": true

View File

@ -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/yourusername/xt211-han-ha",
"issue_tracker": "https://github.com/yourusername/xt211-han-ha/issues",
"documentation": "https://github.com/Nero/xt211-han-ha",
"issue_tracker": "https://github.com/Nero/xt211-han-ha/issues",
"iot_class": "local_push",
"render_readme": true
}