mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Update rtorrent.markdown (#12252)
This commit is contained in:
parent
d04daa6d8f
commit
3144430285
@ -21,6 +21,12 @@ sensor:
|
|||||||
- 'current_status'
|
- 'current_status'
|
||||||
- 'download_speed'
|
- 'download_speed'
|
||||||
- 'upload_speed'
|
- 'upload_speed'
|
||||||
|
- 'all_torrents'
|
||||||
|
- 'stopped_torrents'
|
||||||
|
- 'complete_torrents'
|
||||||
|
- 'uploading_torrents'
|
||||||
|
- 'downloading_torrents'
|
||||||
|
- 'active_torrents'
|
||||||
```
|
```
|
||||||
|
|
||||||
This sensor requires the rTorrent XML-RPC API exposed on an HTTP interface.
|
This sensor requires the rTorrent XML-RPC API exposed on an HTTP interface.
|
||||||
@ -49,4 +55,16 @@ monitored_variables:
|
|||||||
description: The current download speed.
|
description: The current download speed.
|
||||||
upload_speed:
|
upload_speed:
|
||||||
description: The current upload speed.
|
description: The current upload speed.
|
||||||
|
all_torrents:
|
||||||
|
description: The number of all torrents.
|
||||||
|
stopped_torrents:
|
||||||
|
description: The number of torrents that are stopped.
|
||||||
|
complete_torrents:
|
||||||
|
description: The number of torrents that are fully downloaded.
|
||||||
|
uploading_torrents:
|
||||||
|
description: The number of torrents that are seeding.
|
||||||
|
downloading_torrents:
|
||||||
|
description: The number of torrents that are leeching.
|
||||||
|
active_torrents:
|
||||||
|
description: The number of torrents that are actively ( measurable speed ) leeching, seeding or both.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user