Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 2 additions & 31 deletions source/_integrations/qbittorrent.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Instructions on how to integrate qBittorrent sensors within Home As
ha_category:
- Downloading
ha_release: 0.84
ha_config_flow: true
ha_iot_class: Local Polling
ha_domain: qbittorrent
ha_codeowners:
Expand All @@ -19,37 +20,7 @@ The `qbittorrent` platform allows you to monitor your downloads with [qBittorren

This sensor requires the qBittorrent Web UI enabled. The [official reference](https://github.com/qbittorrent/qBittorrent/wiki#webui-related) describes how to set up the Web UI.

## Configuration

To enable this sensor, add the following lines to your `configuration.yaml`:

```yaml
# Example configuration.yaml entry
sensor:
- platform: qbittorrent
url: "http://<hostname>:<port>"
username: YOUR_USERNAME
password: YOUR_PASSWORD
```

{% configuration %}
url:
description: The URL of the Web UI of qBittorrent.
required: true
type: string
name:
description: The name to use when displaying this qBittorrent instance.
required: false
type: string
username:
description: The username of the Web UI of qBittorrent.
required: true
type: string
password:
description: The password of the Web UI of qBittorrent.
required: true
type: string
{% endconfiguration %}
{% include integrations/config_flow.md %}

## Sensors

Expand Down