From 2bef6198d74fe84ee4292e4a706d134aac490fc8 Mon Sep 17 00:00:00 2001 From: Cooper Dale Date: Thu, 7 Feb 2019 21:13:31 +0100 Subject: [PATCH] not valid config yaml (#8437) corrected --- source/_components/transmission.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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}}" ```