diff --git a/custom_components/dahua_vto/manifest.json b/custom_components/dahua_vto/manifest.json index 64f848b..5a214e4 100644 --- a/custom_components/dahua_vto/manifest.json +++ b/custom_components/dahua_vto/manifest.json @@ -2,8 +2,9 @@ "domain": "dahua_vto", "name": "Dahua VTO", "version": "1.0.0", - "documentation": "", + "documentation": "https://github.com/myhomeiot/DahuaVTO", "dependencies": [], - "codeowners": [], + "codeowners": ["@myhomeiot"], + "issue_tracker": "https://github.com/myhomeiot/DahuaVTO/issues", "requirements": [] }