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