mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add add_torrent service to Transmission (#9854)
* Add add_torrent service to Transmission * Re-word to not include base64
This commit is contained in:
parent
cc5cc274c8
commit
6a9b314aa9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user