diff --git a/source/_components/transmission.markdown b/source/_components/transmission.markdown index 68b10f9377b..9d4c4ff6ccb 100644 --- a/source/_components/transmission.markdown +++ b/source/_components/transmission.markdown @@ -117,3 +117,13 @@ Example of configuration of an automation with completed torrents: title: "Torrent completed!" message: "{{trigger.event.data.name}}" ``` + +## Services + +### Service `add_torrent` + +Adds a new torrent to download. It can either be a URL (http, https or ftp), magnet link or a local file (make sure that the path is white listed). + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `torrent` | no | Torrent to download