Skip to content

Commit 20ae23f

Browse files
committed
Add screenshots
1 parent 011c897 commit 20ae23f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

source/_components/media_player.plex.markdown

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,17 @@ ha_release: 0.7.4
1616

1717
The `plex` platform allows you to connect a [Plex Media Server](https://plex.tv) to Home Assistant. It will allow you to control media playback and see the current playing item. The preferred way to setup the Plex platform is by enabling the the [the discovery component](/components/discovery/) and requires GDM to be enabled.
1818

19-
If local authentication is enabled or multiple users are defined, HASS requires an authentication token to be entered in the webinterface. See [Finding your account token / X-Plex-Token](https://support.plex.tv/hc/en-us/articles/204059436).
19+
If local authentication is enabled or multiple users are defined, Home Assistant requires an authentication token to be entered in the frontend. Press "CONFIGURE" to do it.
20+
21+
<p class='img'>
22+
<img src='{{site_root}}/images/screenshots/plex-configure.png' />
23+
</p>
24+
25+
If you don't know your token, see [Finding your account token / X-Plex-Token](https://support.plex.tv/hc/en-us/articles/204059436).
26+
27+
<p class='img'>
28+
<img src='{{site_root}}/images/screenshots/plex-token.png' />
29+
</p>
2030

2131
If you want to enable the plex platform directly, add the following lines to your `configuration.yaml`:
2232

@@ -26,7 +36,7 @@ media_player:
2636
platform: plex
2737
```
2838
29-
In case discovery does not work (GDM disabled or non-local plex server), you can create `~/.homeassistant/plex.conf` manually.
39+
In case [discovery](/components/discovery/) does not work (GDM disabled or non-local plex server), you can create `~/.homeassistant/plex.conf` manually.
3040

3141
```json
3242
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
8.91 KB
Loading
23.3 KB
Loading

0 commit comments

Comments
 (0)