mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Minimize configuration sample
This commit is contained in:
parent
d852b1c6d6
commit
b2083dea00
@ -21,20 +21,14 @@ If you want to enable the plex sensor, add the following lines to your `configur
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: plex
|
- platform: plex
|
||||||
name: Plex Spy
|
|
||||||
host: 192.168.1.100
|
|
||||||
port: 32400
|
|
||||||
username: plexuser
|
|
||||||
password: plexpw
|
|
||||||
server: MyPlexServer
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Optional*): The IP address of your Plex server. Defaults to `localhost`.
|
- **host** (*Optional*): The IP address of your Plex server. Defaults to `localhost`.
|
||||||
- **port** (*Optional*): The port of your Plex Server. Defaults to 32400.
|
- **port** (*Optional*): The port of your Plex Server. Defaults to `32400`.
|
||||||
- **name** (*Optional*): Name of the Plex server. Defaults to Plex.
|
- **name** (*Optional*): Name of the Plex server. Defaults to "Plex".
|
||||||
- **username** (*Optional*): The username for the remote Plex server.
|
- **username** (*Optional*): The username for the remote Plex server.
|
||||||
- **password** (*Optional*): The password for your given account on 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.
|
- **server** (*Optional*): The name of your remote Plex server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user