You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/qbittorrent.markdown
+2-31Lines changed: 2 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ description: Instructions on how to integrate qBittorrent sensors within Home As
4
4
ha_category:
5
5
- Downloading
6
6
ha_release: 0.84
7
+
ha_config_flow: true
7
8
ha_iot_class: Local Polling
8
9
ha_domain: qbittorrent
9
10
ha_codeowners:
@@ -19,37 +20,7 @@ The `qbittorrent` platform allows you to monitor your downloads with [qBittorren
19
20
20
21
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.
21
22
22
-
## Configuration
23
-
24
-
To enable this sensor, add the following lines to your `configuration.yaml`:
25
-
26
-
```yaml
27
-
# Example configuration.yaml entry
28
-
sensor:
29
-
- platform: qbittorrent
30
-
url: "http://<hostname>:<port>"
31
-
username: YOUR_USERNAME
32
-
password: YOUR_PASSWORD
33
-
```
34
-
35
-
{% configuration %}
36
-
url:
37
-
description: The URL of the Web UI of qBittorrent.
38
-
required: true
39
-
type: string
40
-
name:
41
-
description: The name to use when displaying this qBittorrent instance.
42
-
required: false
43
-
type: string
44
-
username:
45
-
description: The username of the Web UI of qBittorrent.
46
-
required: true
47
-
type: string
48
-
password:
49
-
description: The password of the Web UI of qBittorrent.
0 commit comments