mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +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:
|
Example of configuration of an automation with completed torrents:
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
- alias: Completed Torrent
|
- alias: Completed Torrent
|
||||||
trigger:
|
trigger:
|
||||||
@ -108,6 +109,7 @@ Example of configuration of an automation with completed torrents:
|
|||||||
title: "Torrent completed!"
|
title: "Torrent completed!"
|
||||||
message: "{{trigger.event.data.name}}"
|
message: "{{trigger.event.data.name}}"
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user