Clarify Plex config options (#10352)

* Clarifying text

* Use a note box instead

* ✏️ Tweak
This commit is contained in:
jjlawren 2019-09-14 13:37:02 -05:00 committed by Paulus Schoutsen
parent 4ddb619132
commit 119891f5a4

View File

@ -33,7 +33,7 @@ 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
@ -41,6 +41,12 @@ 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.