Update qBittorrent docs for new sensors (#37447)

* Update qBittorrent docs for new sensors

* Update qBittorrent docs for new sensors

* Add two more qBittorrent integration sensors

* Add disabled by default info for some qBittorrent sensors

* tiny tweak

* Update qBittorrent description for the new sensors

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Xitee 2025-02-16 19:55:48 +01:00 committed by GitHub
parent 10e559255a
commit 5976dcce5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,15 @@ This sensor requires the qBittorrent Web UI enabled. The [official reference](ht
The qBittorrent integration will add the following sensors:
- `sensor.qbittorrent_status`: The status of qBittorrent - `up_down`, `seeding`, `downloading` or `idle`.
- `sensor.qbittorrent_status`: The status of qBittorrent - `up_down`, `seeding`, `downloading`, or `idle`.
- `sensor.qbittorrent_connection_status`: The connection status of qBittorrent - `connected`, `firewalled`, or `disconnected`.
- `sensor.qbittorrent_upload_speed`: The current total upload speed in kB/s.
- `sensor.qbittorrent_download_speed`: The current total download speed in kB/s.
- `sensor.qbittorrent_upload_speed_limit`: The active qBittorrent upload speed limit (disabled by default).
- `sensor.qbittorrent_download_speed_limit`: The active qBittorrent download speed limit (disabled by default).
- `sensor.qbittorrent_alltime_upload`: The total amount of uploaded data.
- `sensor.qbittorrent_alltime_download`: The total amount of downloaded data.
- `sensor.qbittorrent_global_ratio`: The global share ratio (disabled by default).
- `sensor.qbittorrent_all_torrents`: The current total torrents in qBittorrent.
- `sensor.qbittorrent_active_torrents`: The current active torrents in qBittorrent.
- `sensor.qbittorrent_inactive_torrents`: The current inactive torrents in qBittorrent.