Skip to content

Commit c356206

Browse files
authored
Update description (fixes home-assistant#3274) (home-assistant#3332)
1 parent c08e195 commit c356206

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

source/_components/media_player.plex.markdown

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ha_iot_class: "Local Polling"
1717

1818
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.
1919

20-
## Setup
20+
## {% linkable_title Setup %}
2121

2222
The preferred way to setup the Plex platform is by enabling the [discovery component](/components/discovery/) which requires GDM enabled on your Plex server.
2323

@@ -52,11 +52,13 @@ In case [discovery](/components/discovery/) does not work (GDM disabled or non-l
5252
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server.
5353
- **PORT** (*Required*): Port where Plex is listening. Default is 32400.
5454
- **TOKEN** (*Optional*): Only if authentication is required. Set to `null` (without quotes) otherwise.
55-
- **ssl** (*Optional*): Whether to use SSL or not. _(Boolean)_
56-
- **verify** (*Optional*): Whether to allow invalid or self-signed SSL certificates or not. _(Boolean)_
55+
- **ssl** (*Optional*): Whether to use SSL/TLS or not. Defaults to `False` if not present.
56+
- **verify** (*Optional*): Perform a verification of the certificate. To allow invalid or self-signed SSL certificates set it to `False`. Defaults to `True` if not present.
57+
58+
## {% linkable_title Customization %}
5759

58-
## Customization
5960
You can customize the Plex component by adding any of the variables below to your configuration:
61+
6062
```yaml
6163
# Example configuration.yaml entry
6264
media_player:
@@ -124,7 +126,8 @@ Plays a song, playlist, TV episode, or video on a connected client.
124126
| Plex Web | None |
125127
| Tivo Plex App | Only play, pause, stop/off controls enabled |
126128

127-
### Notes
129+
### {% linkable_title Notes %}
130+
128131
* At this moment, the Plex platform only supports one Plex Media Server.
129132
* It is possible to get errors that look like the following.
130133

0 commit comments

Comments
 (0)