mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
parent
e3d02c58c2
commit
2bef6198d7
@ -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}}"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user