Add screenshots

This commit is contained in:
Fabian Affolter 2016-07-22 12:29:52 +02:00
parent 011c8972b3
commit 20ae23feb7
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 12 additions and 2 deletions

View File

@ -16,7 +16,17 @@ ha_release: 0.7.4
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.
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).
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.
<p class='img'>
<img src='{{site_root}}/images/screenshots/plex-configure.png' />
</p>
If you don't know your token, see [Finding your account token / X-Plex-Token](https://support.plex.tv/hc/en-us/articles/204059436).
<p class='img'>
<img src='{{site_root}}/images/screenshots/plex-token.png' />
</p>
If you want to enable the plex platform directly, add the following lines to your `configuration.yaml`:
@ -26,7 +36,7 @@ media_player:
platform: plex
```
In case 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 `~/.homeassistant/plex.conf` manually.
```json
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB