Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.qbittorrent.const
 

Variables

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