mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update services keys in Transmission (#24686)
This commit is contained in:
parent
10feb670bf
commit
9bc7d3f68a
@ -86,7 +86,7 @@ Adds a new torrent to download. It can either be a URL (HTTP, HTTPS or FTP), mag
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `name` | yes | Name of the configured instance (Default: "Transmission")
|
||||
| `entry_id` | no | The integration entry_id
|
||||
| `torrent` | no | Torrent to download
|
||||
|
||||
### Service `remove_torrent`
|
||||
@ -95,7 +95,7 @@ Removes a torrent from the client.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `name` | no | Name of the configured instance (Default: "Transmission")
|
||||
| `entry_id` | no | The integration entry_id
|
||||
| `id` | no | ID of the torrent, can be found in the `torrent_info` attribute of the `*_torrents` sensors
|
||||
| `delete_data` | yes | Delete torrent data (Default: false)
|
||||
|
||||
@ -105,7 +105,7 @@ Starts a torrent.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `name` | no | Name of the configured instance (Default: "Transmission")
|
||||
| `entry_id` | no | The integration entry_id
|
||||
| `id` | no | ID of the torrent, can be found in the `torrent_info` attribute of the `*_torrents` sensors
|
||||
|
||||
### Service `stop_torrent`
|
||||
@ -114,7 +114,7 @@ Stops a torrent.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `name` | no | Name of the configured instance (Default: "Transmission")
|
||||
| `entry_id` | no | The integration entry_id
|
||||
| `id` | no | ID of the torrent, can be found in the `torrent_info` attribute of the `*_torrents` sensors
|
||||
|
||||
## Templating
|
||||
|
Loading…
x
Reference in New Issue
Block a user