mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Deprecate name key in Transmission
services (#78577)
* Use entry_id instead of name in Transmission services * fix return type for _get_client * address comments * combine conditions
This commit is contained in:
@@ -18,7 +18,7 @@ SUPPORTED_ORDER_MODES = {
|
||||
torrents, key=lambda t: t.ratio, reverse=True
|
||||
),
|
||||
}
|
||||
|
||||
CONF_ENTRY_ID = "entry_id"
|
||||
CONF_LIMIT = "limit"
|
||||
CONF_ORDER = "order"
|
||||
|
||||
|
Reference in New Issue
Block a user