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.