diff --git a/custom_components/jibo/manifest.json b/custom_components/jibo/manifest.json index d71d00f..138761d 100644 --- a/custom_components/jibo/manifest.json +++ b/custom_components/jibo/manifest.json @@ -3,6 +3,7 @@ "name": "OpenJibo", "version": "0.1.0.4", "documentation": "https://jibohacks.zane.org/homeassistant/int", + "issue_tracker": "https://github.com/ZaneThePython/openjibo-hacs/issues", "requirements": [], "dependencies": [], "codeowners": ["@ZaneThePython"], diff --git a/hacs.json b/hacs.json index 5cbaac0..0b9171e 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,4 @@ { - "name": "OpenJibo", - "render_markdown": true, - "homeassistant": "2026.5.2" - } - \ No newline at end of file + "name": "OpenJibo", + "homeassistant": "2026.5.2" +}