qBittorrent integration into Home Assistant
Based on official home-assistant integration
- Sensors from oficial integration: status, download, upload
New:
- Pause all service
- Pesume all service
Place "custom_qbittorrent" folder in /custom_components folder
# configuration.yaml
custom_qbittorrent:
entities:
- url: **url**
username: **username**
password: **password**
name: **name**
Configuration variables:
- url (Required): qBittorrent url with port
- username (Required): Login to Web UI
- password (Required): Password to Web UI
- name (Optional): Name of entity.
custom_qbittorrent.pause_downloads
{
"name": "qBittorrent"
}
custom_qbittorrent.resume_downloads
{
"name": "qBittorrent"
}
This software is supplied "AS IS" without any warranties and support.