Added descriptions of the sensors created by qBittorrent (#19719)

This commit is contained in:
Jamie Weston 2021-10-11 19:01:20 +01:00 committed by GitHub
parent cba28d2734
commit b410389ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.