You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/media_player.plex.markdown
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ha_iot_class: "Local Polling"
17
17
18
18
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.
19
19
20
-
## Setup
20
+
## {% linkable_title Setup %}
21
21
22
22
The preferred way to setup the Plex platform is by enabling the [discovery component](/components/discovery/) which requires GDM enabled on your Plex server.
23
23
@@ -52,11 +52,13 @@ In case [discovery](/components/discovery/) does not work (GDM disabled or non-l
52
52
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server.
53
53
- **PORT** (*Required*): Port where Plex is listening. Default is 32400.
54
54
- **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 %}
57
59
58
-
## Customization
59
60
You can customize the Plex component by adding any of the variables below to your configuration:
61
+
60
62
```yaml
61
63
# Example configuration.yaml entry
62
64
media_player:
@@ -124,7 +126,8 @@ Plays a song, playlist, TV episode, or video on a connected client.
124
126
| Plex Web | None |
125
127
| Tivo Plex App | Only play, pause, stop/off controls enabled |
126
128
127
-
### Notes
129
+
### {% linkable_title Notes %}
130
+
128
131
* At this moment, the Plex platform only supports one Plex Media Server.
129
132
* It is possible to get errors that look like the following.
0 commit comments