Add start torrent and stop torrent service for transmission integration (#43920)

This commit is contained in:
Julien Roy
2021-01-13 17:44:57 +01:00
committed by GitHub
parent e05bb7e858
commit 94417e3e14
3 changed files with 82 additions and 0 deletions

View File

@@ -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"