not valid config yaml (#8437)

corrected
This commit is contained in:
Cooper Dale 2019-02-07 21:13:31 +01:00 committed by Fabian Affolter
parent e3d02c58c2
commit 2bef6198d7

View File

@ -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}}"
```