From c2e12139b614493cc0a75d53484b9dce9ce5aa14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 18 Nov 2018 09:32:24 +0100 Subject: [PATCH] change directory for plex.conf (#7536) * change directory for plex.conf * Update the location --- source/_components/media_player.plex.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index 45db859c70e..fd95839b166 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -43,7 +43,7 @@ media_player: - platform: plex ``` -In case [discovery](/components/discovery/) does not work (GDM disabled or non-local plex server), you can create `~/.homeassistant/plex.conf` manually. +In case [discovery](/components/discovery/) does not work (GDM disabled or non-local Plex server), you can create the `plex.conf` manually and placed it in your [configuration directory ](/docs/configuration/) or `/config/` if you are running Hass.io. ```json {"IP_ADDRESS:PORT": {"token": "TOKEN", "ssl": false, "verify": true}}