Skip to content

Commit d0c6bc0

Browse files
authored
Update README.md
1 parent eb04668 commit d0c6bc0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This component does not require, nor conflict with, the default Plex components.
1919

2020
| key | default | required | description
2121
| --- | --- | --- | ---
22+
| name | Plex_Recently_Added | no | Name of the sensor. Useful to make multiple sensors with different libraries.
2223
| token | | yes | Your Plex token [(Find your Plex token)](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/)
2324
| host | localhost | Required if server_name not used | The host Plex is running on (Not required if Plex is accessable outside your network and server_name is used).
2425
| port | 32400 | Required if server_name not used | The port Plex is running on (Not required if Plex is accessable outside your network and server_name is used).
@@ -56,6 +57,33 @@ This component does not require, nor conflict with, the default Plex components.
5657
entity: sensor.plex_recently_added
5758
title: Recently Downloaded
5859

60+
### Multiple sensor sample for configuration.yaml:
61+
```yaml
62+
- platform: plex_recently_added
63+
name: Recently Added Movies
64+
token: !secret plex_api_key
65+
host: !secret docker_host
66+
port: 32400
67+
ssl: false
68+
ssl_cert: false
69+
download_images: false
70+
max: 5
71+
section_types:
72+
- movie
73+
74+
- platform: plex_recently_added
75+
name: Recently Added TV
76+
token: !secret plex_api_key
77+
host: !secret docker_host
78+
port: 32400
79+
ssl: false
80+
ssl_cert: false
81+
download_images: false
82+
max: 5
83+
section_types:
84+
- show
85+
```
86+
5987
## \*Currently genres, rating, and studio only work for Movies
6088
### Card Content Defaults
6189

0 commit comments

Comments
 (0)