We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f880ea3 commit 262c5b0Copy full SHA for 262c5b0
custom_components/plex_recently_added/manifest.json
@@ -1,12 +1,13 @@
1
{
2
"domain": "plex_recently_added",
3
"name": "Plex Recently Added",
4
+ "after_dependencies": ["http"],
5
"codeowners": ["@maykar"],
6
"config_flow": true,
- "dependencies": ["http"],
7
+ "dependencies": [],
8
"documentation": "https://github.com/custom-components/sensor.plex_recently_added",
9
"iot_class": "local_polling",
10
"issue_tracker": "https://github.com/custom-components/sensor.plex_recently_added/issues",
11
"requirements": [],
- "version": "0.4.2"
12
+ "version": "0.4.3"
13
}
0 commit comments