diff --git a/custom_components/duofern/manifest.json b/custom_components/duofern/manifest.json index 2cf3ef9..60be0e8 100644 --- a/custom_components/duofern/manifest.json +++ b/custom_components/duofern/manifest.json @@ -1,9 +1,10 @@ { "domain": "duofern", "name": "Duofern control", - "documentation": "https://github.com/gluap/pyduofern/tree/master/examples", + "documentation": "https://github.com/gluap/pyduofern-hacs", "dependencies": [], "config_flow": true, + "issue_tracker": "https://github.com/gluap/pyduofern-hacs/issues" , "codeowners": ["@gluap"], "requirements": ["pyduofern==0.34.1"] }