mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Revert Transmission entities name changes (#89409)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
"""Constants for the Transmission Bittorent Client component."""
|
||||
DOMAIN = "transmission"
|
||||
|
||||
SWITCH_TYPES = {"on_off": "Switch", "turtle_mode": "Turtle mode"}
|
||||
SWITCH_TYPES = {"on_off": "Switch", "turtle_mode": "Turtle Mode"}
|
||||
|
||||
ORDER_NEWEST_FIRST = "newest_first"
|
||||
ORDER_OLDEST_FIRST = "oldest_first"
|
||||
|
Reference in New Issue
Block a user