From f04eea54b02783fc7d162d19d29871a9865e2942 Mon Sep 17 00:00:00 2001 From: "Michael K. Avanessian" Date: Fri, 2 Feb 2024 20:01:33 -0800 Subject: [PATCH] To address HACS validation errors --- custom_components/plex_recently_added/manifest.json | 1 + hacs.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/plex_recently_added/manifest.json b/custom_components/plex_recently_added/manifest.json index 8d148ee..e299bc6 100644 --- a/custom_components/plex_recently_added/manifest.json +++ b/custom_components/plex_recently_added/manifest.json @@ -3,6 +3,7 @@ "name": "Plex Recently Added", "version": "0.3.9", "documentation": "https://github.com/custom-components/sensor.plex_recently_added", + "issue_tracker": "https://github.com/custom-components/sensor.plex_recently_added/issues", "dependencies": [], "codeowners": ["@maykar"], "requirements": [] diff --git a/hacs.json b/hacs.json index 4e84ddf..cbf3c39 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,4 @@ { "name": "Plex Recently Added", - "content_in_root": false, - "domains": ["sensor"] + "content_in_root": false }