diff --git a/source/_components/transmission.markdown b/source/_components/transmission.markdown index ae4b0bfcb86..1665cc7cc3d 100644 --- a/source/_components/transmission.markdown +++ b/source/_components/transmission.markdown @@ -112,12 +112,12 @@ Example of configuration of an automation with completed torrents: ```yaml - alias: Completed Torrent - trigger: - platform: event - event_type: transmission_downloaded_torrent - action: - service: notify.telegram_notifier - data_template: - title: "Torrent completed!" - message: "{{trigger.event.data.name}}" + trigger: + platform: event + event_type: transmission_downloaded_torrent + action: + service: notify.telegram_notifier + data_template: + title: "Torrent completed!" + message: "{{trigger.event.data.name}}" ```