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.