mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix Transmission example message formatting (#10875)
* Fix message formatting
* ✏️ Tweak
This commit is contained in:
parent
942db484f7
commit
64beb2b7a0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user