mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Add start torrent and stop torrent service for transmission integration (#43920)
This commit is contained in:
@@ -36,6 +36,8 @@ ATTR_TORRENT = "torrent"
|
||||
|
||||
SERVICE_ADD_TORRENT = "add_torrent"
|
||||
SERVICE_REMOVE_TORRENT = "remove_torrent"
|
||||
SERVICE_START_TORRENT = "start_torrent"
|
||||
SERVICE_STOP_TORRENT = "stop_torrent"
|
||||
|
||||
DATA_UPDATED = "transmission_data_updated"
|
||||
|
||||
|
Reference in New Issue
Block a user