Skip to content

Commit

Permalink
Add transmission sensor: number of active torrents (home-assistant#3655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mclem authored and fabaff committed Oct 17, 2017
1 parent ed905b3 commit 62bdb6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/_components/sensor.transmission.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sensor:
- 'current_status'
- 'download_speed'
- 'upload_speed'
- 'active_torrents'
```
Configuration variables:
Expand All @@ -40,6 +41,7 @@ Configuration variables:
- **current_status**: The status of your Transmission daemon.
- **download_speed**: The current download speed.
- **upload_speed**: The current upload speed.
- **active_torrents**: The current number of active torrents.
To use the monitoring, your transmission client needs to allow remote access. If you are running the graphical transmission client (transmission-gtk) go to **Edit** -> **Preferences** and choose the tab **Remote**. Check **Allow remote access**, enter your username and your password, and uncheck the network restriction as needed.
Expand Down

0 comments on commit 62bdb6f

Please sign in to comment.