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

Variables

 added_date
 
string ATTR_DELETE_DATA = "delete_data"
 
string ATTR_TORRENT = "torrent"
 
string CONF_ENTRY_ID = "entry_id"
 
string CONF_LIMIT = "limit"
 
string CONF_ORDER = "order"
 
bool DEFAULT_DELETE_DATA = False
 
int DEFAULT_LIMIT = 10
 
string DEFAULT_NAME = "Transmission"
 
string DEFAULT_ORDER = ORDER_OLDEST_FIRST
 
string DEFAULT_PATH = "/transmission/rpc"
 
int DEFAULT_PORT = 9091
 
int DEFAULT_SCAN_INTERVAL = 120
 
bool DEFAULT_SSL = False
 
string DOMAIN = "transmission"
 
string EVENT_DOWNLOADED_TORRENT = "transmission_downloaded_torrent"
 
string EVENT_REMOVED_TORRENT = "transmission_removed_torrent"
 
string EVENT_STARTED_TORRENT = "transmission_started_torrent"
 
 key
 
string ORDER_BEST_RATIO_FIRST = "best_ratio_first"
 
string ORDER_NEWEST_FIRST = "newest_first"
 
string ORDER_OLDEST_FIRST = "oldest_first"
 
string ORDER_WORST_RATIO_FIRST = "worst_ratio_first"
 
 ratio
 
 reverse
 
string SERVICE_ADD_TORRENT = "add_torrent"
 
string SERVICE_REMOVE_TORRENT = "remove_torrent"
 
string SERVICE_START_TORRENT = "start_torrent"
 
string SERVICE_STOP_TORRENT = "stop_torrent"
 
string STATE_ATTR_TORRENT_INFO = "torrent_info"
 
string STATE_DOWNLOADING = "downloading"
 
string STATE_SEEDING = "seeding"
 
string STATE_UP_DOWN = "up_down"
 
 torrents
 

Detailed Description

Constants for the Transmission Bittorrent Client component.

Variable Documentation

◆ added_date

homeassistant.components.transmission.const.added_date

Definition at line 18 of file const.py.

◆ ATTR_DELETE_DATA

string homeassistant.components.transmission.const.ATTR_DELETE_DATA = "delete_data"

Definition at line 41 of file const.py.

◆ ATTR_TORRENT

string homeassistant.components.transmission.const.ATTR_TORRENT = "torrent"

Definition at line 42 of file const.py.

◆ CONF_ENTRY_ID

string homeassistant.components.transmission.const.CONF_ENTRY_ID = "entry_id"

Definition at line 26 of file const.py.

◆ CONF_LIMIT

string homeassistant.components.transmission.const.CONF_LIMIT = "limit"

Definition at line 27 of file const.py.

◆ CONF_ORDER

string homeassistant.components.transmission.const.CONF_ORDER = "order"

Definition at line 28 of file const.py.

◆ DEFAULT_DELETE_DATA

bool homeassistant.components.transmission.const.DEFAULT_DELETE_DATA = False

Definition at line 30 of file const.py.

◆ DEFAULT_LIMIT

int homeassistant.components.transmission.const.DEFAULT_LIMIT = 10

Definition at line 31 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.transmission.const.DEFAULT_NAME = "Transmission"

Definition at line 33 of file const.py.

◆ DEFAULT_ORDER

string homeassistant.components.transmission.const.DEFAULT_ORDER = ORDER_OLDEST_FIRST

Definition at line 32 of file const.py.

◆ DEFAULT_PATH

string homeassistant.components.transmission.const.DEFAULT_PATH = "/transmission/rpc"

Definition at line 36 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.transmission.const.DEFAULT_PORT = 9091

Definition at line 35 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.transmission.const.DEFAULT_SCAN_INTERVAL = 120

Definition at line 37 of file const.py.

◆ DEFAULT_SSL

bool homeassistant.components.transmission.const.DEFAULT_SSL = False

Definition at line 34 of file const.py.

◆ DOMAIN

string homeassistant.components.transmission.const.DOMAIN = "transmission"

Definition at line 9 of file const.py.

◆ EVENT_DOWNLOADED_TORRENT

string homeassistant.components.transmission.const.EVENT_DOWNLOADED_TORRENT = "transmission_downloaded_torrent"

Definition at line 51 of file const.py.

◆ EVENT_REMOVED_TORRENT

string homeassistant.components.transmission.const.EVENT_REMOVED_TORRENT = "transmission_removed_torrent"

Definition at line 50 of file const.py.

◆ EVENT_STARTED_TORRENT

string homeassistant.components.transmission.const.EVENT_STARTED_TORRENT = "transmission_started_torrent"

Definition at line 49 of file const.py.

◆ key

homeassistant.components.transmission.const.key

Definition at line 18 of file const.py.

◆ ORDER_BEST_RATIO_FIRST

string homeassistant.components.transmission.const.ORDER_BEST_RATIO_FIRST = "best_ratio_first"

Definition at line 13 of file const.py.

◆ ORDER_NEWEST_FIRST

string homeassistant.components.transmission.const.ORDER_NEWEST_FIRST = "newest_first"

Definition at line 11 of file const.py.

◆ ORDER_OLDEST_FIRST

string homeassistant.components.transmission.const.ORDER_OLDEST_FIRST = "oldest_first"

Definition at line 12 of file const.py.

◆ ORDER_WORST_RATIO_FIRST

string homeassistant.components.transmission.const.ORDER_WORST_RATIO_FIRST = "worst_ratio_first"

Definition at line 14 of file const.py.

◆ ratio

homeassistant.components.transmission.const.ratio

Definition at line 23 of file const.py.

◆ reverse

homeassistant.components.transmission.const.reverse

Definition at line 18 of file const.py.

◆ SERVICE_ADD_TORRENT

string homeassistant.components.transmission.const.SERVICE_ADD_TORRENT = "add_torrent"

Definition at line 44 of file const.py.

◆ SERVICE_REMOVE_TORRENT

string homeassistant.components.transmission.const.SERVICE_REMOVE_TORRENT = "remove_torrent"

Definition at line 45 of file const.py.

◆ SERVICE_START_TORRENT

string homeassistant.components.transmission.const.SERVICE_START_TORRENT = "start_torrent"

Definition at line 46 of file const.py.

◆ SERVICE_STOP_TORRENT

string homeassistant.components.transmission.const.SERVICE_STOP_TORRENT = "stop_torrent"

Definition at line 47 of file const.py.

◆ STATE_ATTR_TORRENT_INFO

string homeassistant.components.transmission.const.STATE_ATTR_TORRENT_INFO = "torrent_info"

Definition at line 39 of file const.py.

◆ STATE_DOWNLOADING

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

Definition at line 55 of file const.py.

◆ STATE_SEEDING

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

Definition at line 54 of file const.py.

◆ STATE_UP_DOWN

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

Definition at line 53 of file const.py.

◆ torrents

homeassistant.components.transmission.const.torrents

Definition at line 18 of file const.py.