diff --git a/custom_components/nhc2/manifest.json b/custom_components/nhc2/manifest.json index fed64aa9..ca411492 100644 --- a/custom_components/nhc2/manifest.json +++ b/custom_components/nhc2/manifest.json @@ -2,5 +2,8 @@ "domain": "nhc2", "name": "Niko Home Control II", "requirements": ["nhc2-coco==0.2.4"], - "config_flow": true + "config_flow": true, + "issue_tracker": "https://github.com/filipvh/hass-nhc2/issues", + "documentation": "https://github.com/filipvh/hass-nhc2/blob/master/README.md", + "codeowners": ["@filipvh"] } \ No newline at end of file