From 9bc7d3f68a0c5c04e5875cd3505ab35dbf88c930 Mon Sep 17 00:00:00 2001 From: Rami Mosleh Date: Sun, 30 Oct 2022 13:01:52 +0200 Subject: [PATCH] Update services keys in Transmission (#24686) --- source/_integrations/transmission.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/transmission.markdown b/source/_integrations/transmission.markdown index 37dba71f881..4883034705e 100644 --- a/source/_integrations/transmission.markdown +++ b/source/_integrations/transmission.markdown @@ -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