Skip to content

Commit

Permalink
Merge pull request custom-components#71 from mkanet/master
Browse files Browse the repository at this point in the history
Updated manifest file with corrections to prevent HACS validation errors
  • Loading branch information
mkanet authored Feb 6, 2024
2 parents 723e9cb + 6ef14cf commit f7916af
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions custom_components/plex_recently_added/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"domain": "plex_recently_added",
"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": []
"domain": "plex_recently_added",
"name": "Plex Recently Added",
"codeowners": ["@maykar"],
"dependencies": [],
"documentation": "https://github.com/custom-components/sensor.plex_recently_added",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/custom-components/sensor.plex_recently_added/issues",
"requirements": [],
"version": "0.3.9"
}

0 comments on commit f7916af

Please sign in to comment.