mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fix transmission example automation doc, list syntax for trigger (#31010)
This commit is contained in:
parent
586ba5518d
commit
55497fe8cd
@ -63,8 +63,8 @@ Example of an automation that notifies on successful download and removes the to
|
||||
```yaml
|
||||
- alias: "Notify and remove completed torrent"
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: transmission_downloaded_torrent
|
||||
- platform: event
|
||||
event_type: transmission_downloaded_torrent
|
||||
action:
|
||||
- service: notify.telegram_notifier
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user