Files
ha-reticulum/custom_components/reticulum/manifest.json
claude f9dd8bc1c9 Point documentation/issue_tracker at the actual Gitea repo
Replace the placeholder github.com/tewris URLs (guessed from the user's email
domain) with the real repository on git.stalkersvr.ru.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 21:48:47 +03:00

17 lines
499 B
JSON

{
"domain": "reticulum",
"name": "Reticulum",
"codeowners": [],
"config_flow": true,
"dependencies": [],
"after_dependencies": ["conversation"],
"documentation": "https://git.stalkersvr.ru/StalkerSVR/ha-reticulum",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://git.stalkersvr.ru/StalkerSVR/ha-reticulum/issues",
"loggers": ["RNS", "LXMF"],
"requirements": ["rns>=0.9.0", "lxmf>=0.6.0"],
"single_config_entry": true,
"version": "1.1.0"
}