From cea8287084bc47ccb15cde0d23b1c80ce9d7fe43 Mon Sep 17 00:00:00 2001 From: Zane V Date: Sun, 17 May 2026 21:25:13 -0400 Subject: [PATCH] Fix HACS validation --- custom_components/jibo/manifest.json | 1 + hacs.json | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) 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" +}