Skip to content

Commit 62bdb6f

Browse files
mclemfabaff
authored andcommitted
Add transmission sensor: number of active torrents (home-assistant#3655)
1 parent ed905b3 commit 62bdb6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/sensor.transmission.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ sensor:
2727
- 'current_status'
2828
- 'download_speed'
2929
- 'upload_speed'
30+
- 'active_torrents'
3031
```
3132
3233
Configuration variables:
@@ -40,6 +41,7 @@ Configuration variables:
4041
- **current_status**: The status of your Transmission daemon.
4142
- **download_speed**: The current download speed.
4243
- **upload_speed**: The current upload speed.
44+
- **active_torrents**: The current number of active torrents.
4345
4446
4547
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.

0 commit comments

Comments
 (0)