Skip to content

Minimizing of the configuration sample (Downloading) #1014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions source/_components/sensor.nzbget.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions source/_components/sensor.sabnzbd.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 1 addition & 5 deletions source/_components/sensor.transmission.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions source/_components/switch.transmission.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down