Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.qbittorrent.const Namespace Reference

Variables

string DEFAULT_NAME = "qBittorrent"
 
string DEFAULT_URL = "http://127.0.0.1:8080"
 
 Final
 
string SERVICE_GET_ALL_TORRENTS = "get_all_torrents"
 
string SERVICE_GET_TORRENTS = "get_torrents"
 
string STATE_ATTR_ALL_TORRENTS = "all_torrents"
 
string STATE_ATTR_TORRENTS = "torrents"
 
string STATE_DOWNLOADING = "downloading"
 
string STATE_SEEDING = "seeding"
 
string STATE_UP_DOWN = "up_down"
 
string TORRENT_FILTER = "torrent_filter"
 

Detailed Description

Constants for qBittorrent.

Variable Documentation

◆ DEFAULT_NAME

string homeassistant.components.qbittorrent.const.DEFAULT_NAME = "qBittorrent"

Definition at line 7 of file const.py.

◆ DEFAULT_URL

string homeassistant.components.qbittorrent.const.DEFAULT_URL = "http://127.0.0.1:8080"

Definition at line 8 of file const.py.

◆ Final

homeassistant.components.qbittorrent.const.Final

Definition at line 5 of file const.py.

◆ SERVICE_GET_ALL_TORRENTS

string homeassistant.components.qbittorrent.const.SERVICE_GET_ALL_TORRENTS = "get_all_torrents"

Definition at line 18 of file const.py.

◆ SERVICE_GET_TORRENTS

string homeassistant.components.qbittorrent.const.SERVICE_GET_TORRENTS = "get_torrents"

Definition at line 17 of file const.py.

◆ STATE_ATTR_ALL_TORRENTS

string homeassistant.components.qbittorrent.const.STATE_ATTR_ALL_TORRENTS = "all_torrents"

Definition at line 11 of file const.py.

◆ STATE_ATTR_TORRENTS

string homeassistant.components.qbittorrent.const.STATE_ATTR_TORRENTS = "torrents"

Definition at line 10 of file const.py.

◆ STATE_DOWNLOADING

string homeassistant.components.qbittorrent.const.STATE_DOWNLOADING = "downloading"

Definition at line 15 of file const.py.

◆ STATE_SEEDING

string homeassistant.components.qbittorrent.const.STATE_SEEDING = "seeding"

Definition at line 14 of file const.py.

◆ STATE_UP_DOWN

string homeassistant.components.qbittorrent.const.STATE_UP_DOWN = "up_down"

Definition at line 13 of file const.py.

◆ TORRENT_FILTER

string homeassistant.components.qbittorrent.const.TORRENT_FILTER = "torrent_filter"

Definition at line 19 of file const.py.