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}}