diff --git a/custom_components/emporia_vue/manifest.json b/custom_components/emporia_vue/manifest.json index 9d0824a..cfa64b8 100644 --- a/custom_components/emporia_vue/manifest.json +++ b/custom_components/emporia_vue/manifest.json @@ -3,6 +3,7 @@ "name": "Emporia Vue", "config_flow": true, "documentation": "https://github.com/magico13/ha-emporia-vue", + "issue_tracker": "https://github.com/magico13/ha-emporia-vue/issues", "requirements": ["pyemvue==0.16.1"], "ssdp": [], "zeroconf": [], diff --git a/hacs.json b/hacs.json index 88bae8c..754cc67 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Emporia Vue", "render_readme": true, - "homeassistant": "2021.9.0" + "homeassistant": "2021.9.0", "content_in_root": false }