Minimize configuration sample

This commit is contained in:
Fabian Affolter 2016-11-01 13:43:14 +01:00
parent d852b1c6d6
commit b2083dea00
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -21,20 +21,14 @@ If you want to enable the plex sensor, add the following lines to your `configur
```yaml
# Example configuration.yaml entry
sensor:
platform: plex
name: Plex Spy
host: 192.168.1.100
port: 32400
username: plexuser
password: plexpw
server: MyPlexServer
- platform: plex
```
Configuration variables:
- **host** (*Optional*): The IP address of your Plex server. Defaults to `localhost`.
- **port** (*Optional*): The port of your Plex Server. Defaults to 32400.
- **name** (*Optional*): Name of the Plex server. Defaults to Plex.
- **port** (*Optional*): The port of your Plex Server. Defaults to `32400`.
- **name** (*Optional*): Name of the Plex server. Defaults to "Plex".
- **username** (*Optional*): The username for the remote Plex server.
- **password** (*Optional*): The password for your given account on the remote Plex server.
- **server** (*Optional*): The name of your remote Plex server.