Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Aug 2, 2019
1 parent eb04668 commit d0c6bc0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This component does not require, nor conflict with, the default Plex components.

| key | default | required | description
| --- | --- | --- | ---
| name | Plex_Recently_Added | no | Name of the sensor. Useful to make multiple sensors with different libraries.
| token | | yes | Your Plex token [(Find your Plex token)](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/)
| 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).
| 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).
Expand Down Expand Up @@ -56,6 +57,33 @@ This component does not require, nor conflict with, the default Plex components.
entity: sensor.plex_recently_added
title: Recently Downloaded

### Multiple sensor sample for configuration.yaml:
```yaml
- platform: plex_recently_added
name: Recently Added Movies
token: !secret plex_api_key
host: !secret docker_host
port: 32400
ssl: false
ssl_cert: false
download_images: false
max: 5
section_types:
- movie

- platform: plex_recently_added
name: Recently Added TV
token: !secret plex_api_key
host: !secret docker_host
port: 32400
ssl: false
ssl_cert: false
download_images: false
max: 5
section_types:
- show
```
## \*Currently genres, rating, and studio only work for Movies
### Card Content Defaults
Expand Down

0 comments on commit d0c6bc0

Please sign in to comment.