mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Clarify Plex config options (#10352)
* Clarifying text
* Use a note box instead
* ✏️ Tweak
This commit is contained in:
parent
4ddb619132
commit
119891f5a4
@ -33,7 +33,7 @@ If your server enforces SSL connections, write "`on`" or "`true`" in the _"Use S
|
|||||||
<img src='{{site_root}}/images/screenshots/plex-token.png' />
|
<img src='{{site_root}}/images/screenshots/plex-token.png' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
You can also enable the plex platform directly by adding the following lines to your `configuration.yaml`:
|
You can also enable the `plex` platform directly by adding the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -41,6 +41,12 @@ plex:
|
|||||||
token: MYSECRETTOKEN
|
token: MYSECRETTOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<div class='note warning'>
|
||||||
|
|
||||||
|
At least one of `host` or `token` must be provided.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: The IP address or hostname of your Plex server.
|
description: The IP address or hostname of your Plex server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user