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" |
Constants for qBittorrent.
| string homeassistant.components.qbittorrent.const.DEFAULT_NAME = "qBittorrent" |
| string homeassistant.components.qbittorrent.const.DEFAULT_URL = "http://127.0.0.1:8080" |
| 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" |