mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Update rtorrent.markdown (#12252)
This commit is contained in:
parent
d04daa6d8f
commit
3144430285
@ -21,6 +21,12 @@ sensor:
|
||||
- 'current_status'
|
||||
- 'download_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.
|
||||
@ -49,4 +55,16 @@ monitored_variables:
|
||||
description: The current download speed.
|
||||
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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user