Update services keys in Transmission (#24686)

This commit is contained in:
Rami Mosleh 2022-10-30 13:01:52 +02:00 committed by GitHub
parent 10feb670bf
commit 9bc7d3f68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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