mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37: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' />
|
||||
</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
|
||||
# Example configuration.yaml entry
|
||||
@ -41,6 +41,12 @@ plex:
|
||||
token: MYSECRETTOKEN
|
||||
```
|
||||
|
||||
<div class='note warning'>
|
||||
|
||||
At least one of `host` or `token` must be provided.
|
||||
|
||||
</div>
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP address or hostname of your Plex server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user