Skip to content

Commit f880ea3

Browse files
committed
Add http component to dependencies in manifest.json
1 parent 5f9f77e commit f880ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plex_recently_added/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Plex Recently Added",
44
"codeowners": ["@maykar"],
55
"config_flow": true,
6-
"dependencies": [],
6+
"dependencies": ["http"],
77
"documentation": "https://github.com/custom-components/sensor.plex_recently_added",
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/custom-components/sensor.plex_recently_added/issues",

0 commit comments

Comments
 (0)