Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion source/_components/plex.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,20 @@ If your server enforces SSL connections, write "`on`" or "`true`" in the _"Use S
<img src='{{site_root}}/images/screenshots/plex-token.png' />
</p>

You can also enable the plex platform directly by adding the following lines to your `configuration.yaml`:
You can also enable the `plex` platform directly by adding the following lines to your `configuration.yaml`:

```yaml
# Example configuration.yaml entry
plex:
token: MYSECRETTOKEN
```

<div class='note warning'>

At least one of `host` or `token` must be provided.

</div>

{% configuration %}
host:
description: The IP address or hostname of your Plex server.
Expand Down