From 8b1ba069b8d5e3168eae0ca8910f992343b38d6a Mon Sep 17 00:00:00 2001 From: avee87 <6134677+avee87@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:03:58 +0100 Subject: [PATCH] Fix examples in Transmission documentation (#27161) --- source/_integrations/transmission.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/transmission.markdown b/source/_integrations/transmission.markdown index 4883034705e..9d24b856d80 100644 --- a/source/_integrations/transmission.markdown +++ b/source/_integrations/transmission.markdown @@ -72,7 +72,7 @@ Example of an automation that notifies on successful download and removes the to message: "{{trigger.event.data.name}}" - service: transmission.remove_torrent data: - name: "Transmission" + entry_id: eeb52bc78e11d813a1e6bc68c8ff93c8 id: "{{trigger.event.data.id}}" ``` @@ -80,6 +80,8 @@ Example of an automation that notifies on successful download and removes the to ## Services +All Transmission services require integration `entry_id`. To find it, go to Developer Tools -> Services. Choose the desired service and select your integration from dropdown. Then switch to YAML mode to see `entry_id`. + ### 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](/docs/configuration/basic/#allowlist_external_dirs)).