Skip to content

Commit b2083de

Browse files
committed
Minimize configuration sample
1 parent d852b1c commit b2083de

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

source/_components/sensor.plex.markdown

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,14 @@ If you want to enable the plex sensor, add the following lines to your `configur
2121
```yaml
2222
# Example configuration.yaml entry
2323
sensor:
24-
platform: plex
25-
name: Plex Spy
26-
host: 192.168.1.100
27-
port: 32400
28-
username: plexuser
29-
password: plexpw
30-
server: MyPlexServer
24+
- platform: plex
3125
```
3226
3327
Configuration variables:
3428
3529
- **host** (*Optional*): The IP address of your Plex server. Defaults to `localhost`.
36-
- **port** (*Optional*): The port of your Plex Server. Defaults to 32400.
37-
- **name** (*Optional*): Name of the Plex server. Defaults to Plex.
30+
- **port** (*Optional*): The port of your Plex Server. Defaults to `32400`.
31+
- **name** (*Optional*): Name of the Plex server. Defaults to "Plex".
3832
- **username** (*Optional*): The username for the remote Plex server.
3933
- **password** (*Optional*): The password for your given account on the remote Plex server.
4034
- **server** (*Optional*): The name of your remote Plex server.

0 commit comments

Comments
 (0)