Minimizing of the configuration sample (#1014)

This commit is contained in:
Fabian Affolter 2016-09-30 20:54:45 +02:00 committed by GitHub
parent 3c3a64510c
commit 6db2d90ee5
4 changed files with 2 additions and 16 deletions

View File

@ -22,9 +22,6 @@ To use NZBGet with your installation, add the following to your `configuration.y
sensor:
platform: nzbget
host: YOUR_NZBGET_HOST
port: 6789
username: apiuser
password: apipass
monitored_variables:
- article_cache
- download_rate

View File

@ -22,11 +22,8 @@ To use SABnzbd with your installation, add the following to your `configuration.
# Example configuration.yaml entry
sensor:
platform: sabnzbd
name: SAB
api_key: YOUR_API_KEY
host: YOUR_SABNZBD_HOST
port: 8080
ssl: True
api_key: YOUR_API_KEY
monitored_variables:
- 'current_status'
- 'speed'

View File

@ -23,10 +23,6 @@ To enable this sensor, add the following lines to your `configuration.yaml`:
sensor:
platform: transmission
host: IP_ADDRESS
port: 9091
name: Transmission
username: YOUR_USERNAME
password: YOUR_PASSWORD
monitored_variables:
- 'current_status'
- 'download_speed'
@ -40,7 +36,7 @@ Configuration variables:
- **name** (*Optional*): The name to use when displaying this Transmission instance.
- **username** (*Optional*): Your Transmission username, if you use authentication.
- **password** (*Optional*): Your Transmission password, if you use authentication.
- **monitored_variables** array: Conditions to display in the frontend.
- **monitored_variables** array (*Required*): Conditions to display in the frontend.
- **current_status**: The status of your Transmission daemon.
- **download_speed**: The current download speed.
- **upload_speed**: The current upload speed.

View File

@ -23,10 +23,6 @@ To add Transmission to your installation, add the following to your `configurati
switch:
platform: transmission
host: IP_ADDRESS
port: 9091
name: Transmission
username: USERNAME
password: PASSWORD
```
Configuration variables: