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)).