change directory for plex.conf (#7536)

* change directory for plex.conf

* Update the location
This commit is contained in:
Joakim Sørensen 2018-11-18 09:32:24 +01:00 committed by Fabian Affolter
parent f373db2c38
commit c2e12139b6

View File

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