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 f0c4a8c commit f7b4e9dCopy full SHA for f7b4e9d
README.md
@@ -34,6 +34,8 @@ sensor:
34
plex: # Optional
35
url: Plex url
36
token: your_token
37
+ max_items: 10
38
+ tmdb_api_key: "your_tmdb_api_key"
39
40
jellyfin: # Optional
41
url: jellyfin url
@@ -56,14 +58,14 @@ sensor:
56
58
api_key: your_sonarr_api_key
57
59
max_items: 10
60
days_to_check: 60
- tmdb_api_key: "your_tmdb_api_key" #remove, no longer needed
61
+
62
63
radarr: # Optional
64
url: http://localhost:7878
65
api_key: your_radarr_api_key
66
67
days_to_check: 60 #breaking change
- tmdb_api_key: "your_tmdb_api_key" # no longer needed
68
69
70
trakt: # Optional
71
client_id: "your_client_id"
0 commit comments