From 119891f5a45069c99ec6c46499e2eb84b71797f5 Mon Sep 17 00:00:00 2001
From: jjlawren
Date: Sat, 14 Sep 2019 13:37:02 -0500
Subject: [PATCH] Clarify Plex config options (#10352)
* Clarifying text
* Use a note box instead
* :pencil2: Tweak
---
source/_components/plex.markdown | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown
index c0d05f6d890..44594ef2f77 100644
--- a/source/_components/plex.markdown
+++ b/source/_components/plex.markdown
@@ -33,7 +33,7 @@ If your server enforces SSL connections, write "`on`" or "`true`" in the _"Use S
-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
```
+
+
+At least one of `host` or `token` must be provided.
+
+
+
{% configuration %}
host:
description: The IP address or hostname of your Plex server.