From 2b82feafeede8b3280501c3c59025794bd912d31 Mon Sep 17 00:00:00 2001 From: Tom Duijf Date: Tue, 19 Jan 2016 23:51:48 +0100 Subject: [PATCH] Fixed documentation of media_player.plex. No auth token in plex.conf is configured as 'null', not 'None' --- source/_components/media_player.plex.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index 4c7353036dc..4488e68fb87 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -25,7 +25,7 @@ media_player: platform: plex ``` -You may also need to create the file `plex.conf`. +In case discovery does not work (GDM disabled or non-local plex server), you can create `~/.homeassistant/plex.conf` manually. ```json {"IP_ADDRESS:PORT": {"token": "TOKEN"}} @@ -33,6 +33,6 @@ You may also need to create the file `plex.conf`. - **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. +- **TOKEN** (*Optional*): Only if authentication is required. Set to `null` (without quotes) otherwise. At this moment, the Plex platform only supports one Plex Media Server.