mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add transmission-integration path and protocol (#104334)
This updates the config_flow migration from v1.1 to v1.2 including migration tests
This commit is contained in:
@ -31,7 +31,9 @@ DEFAULT_DELETE_DATA = False
|
||||
DEFAULT_LIMIT = 10
|
||||
DEFAULT_ORDER = ORDER_OLDEST_FIRST
|
||||
DEFAULT_NAME = "Transmission"
|
||||
DEFAULT_SSL = False
|
||||
DEFAULT_PORT = 9091
|
||||
DEFAULT_PATH = "/transmission/rpc"
|
||||
DEFAULT_SCAN_INTERVAL = 120
|
||||
|
||||
STATE_ATTR_TORRENT_INFO = "torrent_info"
|
||||
|
Reference in New Issue
Block a user