mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add screenshots
This commit is contained in:
parent
011c8972b3
commit
20ae23feb7
@ -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.
|
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`:
|
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
|
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
|
```json
|
||||||
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
|
{"IP_ADDRESS:PORT": {"token": "TOKEN"}}
|
||||||
|
BIN
source/images/screenshots/plex-configure.png
Normal file
BIN
source/images/screenshots/plex-configure.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
source/images/screenshots/plex-token.png
Normal file
BIN
source/images/screenshots/plex-token.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
x
Reference in New Issue
Block a user