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 }