home-assistant.io/source/_components/qbittorrent.markdown
Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page qBittorrent Sensor Instructions on how to integrate qBittorrent sensors within Home Assistant. 2018-11-21 00:00 true false true true qbittorrent.png
Downloading
0.84 Local Polling
/components/sensor.qbittorrent/

The qbittorrent platform allows you to monitor your downloads with qBittorrent from within Home Assistant and setup automations based on the information.

Setup

This sensor requires the qBittorrent Web UI enabled. The official reference describes how to set up the Web UI.

Configuration

To enable this sensor, add the following lines to your configuration.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 %}