Fix Transmission example message formatting (#10875)

* Fix message formatting

* ✏️ Tweak
This commit is contained in:
chriscla 2019-10-19 07:55:09 -07:00 committed by Klaas Schoute
parent 942db484f7
commit 64beb2b7a0

View File

@ -97,6 +97,7 @@ Inside of the event, there is the name of the torrent that is started or complet
Example of configuration of an automation with completed torrents:
{% raw %}
```yaml
- alias: Completed Torrent
trigger:
@ -108,6 +109,7 @@ Example of configuration of an automation with completed torrents:
title: "Torrent completed!"
message: "{{trigger.event.data.name}}"
```
{% endraw %}
## Services