From b410389ce0400eff859bdf426bbf661a454e2feb Mon Sep 17 00:00:00 2001 From: Jamie Weston Date: Mon, 11 Oct 2021 19:01:20 +0100 Subject: [PATCH] Added descriptions of the sensors created by qBittorrent (#19719) --- source/_integrations/qbittorrent.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/qbittorrent.markdown b/source/_integrations/qbittorrent.markdown index 2db5c8a28c3..0c16cb41849 100644 --- a/source/_integrations/qbittorrent.markdown +++ b/source/_integrations/qbittorrent.markdown @@ -49,3 +49,11 @@ password: required: true type: string {% endconfiguration %} + +## Sensors + +The qBittorrent integration will add the following sensors: + +- `sensor.qbittorrent_status`: The status of qBittorrent - `up_down`, `seeding`, `downloading` or `idle`. +- `sensor.qbittorrent_up_speed`: The current total upload speed in kB/s. +- `sensor.qbittorrent_down_speed`: The current total download speed in kB/s.