From 5976dcce5b759b232aaa32b1316fce30d38fc120 Mon Sep 17 00:00:00 2001 From: Xitee <59659167+Xitee1@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:55:48 +0100 Subject: [PATCH] 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> --- source/_integrations/qbittorrent.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_integrations/qbittorrent.markdown b/source/_integrations/qbittorrent.markdown index edaedea530d..2809778b683 100644 --- a/source/_integrations/qbittorrent.markdown +++ b/source/_integrations/qbittorrent.markdown @@ -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.