diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index b5494fc5d1c..4c7353036dc 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -22,17 +22,17 @@ If you want to enable the plex platform directly, add the following lines to you ```yaml # Example configuration.yaml entry media_player: - - platform: plex + platform: plex ``` You may also need to create the file `plex.conf`. ```json -{":": {"token": ""}} +{"IP_ADDRESS:PORT": {"token": "TOKEN"}} ``` -- `` *Required*: IP address of the Plex Media Server -- `` *required*: Default is 32400 -- `` *Optional*: Only if authentication is required. Set to `None` (without quotes) otherwise. +- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server +- **PORT** (*Required*): Port where Plex is listening. Default is 32400 +- **TOKEN** (*Optional*): Only if authentication is required. Set to `None` (without quotes) otherwise. At this moment, the Plex platform only supports one Plex Media Server.