mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
change directory for plex.conf (#7536)
* change directory for plex.conf * Update the location
This commit is contained in:
parent
f373db2c38
commit
c2e12139b6
@ -43,7 +43,7 @@ media_player:
|
|||||||
- platform: plex
|
- 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
|
```json
|
||||||
{"IP_ADDRESS:PORT": {"token": "TOKEN", "ssl": false, "verify": true}}
|
{"IP_ADDRESS:PORT": {"token": "TOKEN", "ssl": false, "verify": true}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user