mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Correct incorrect YAML in Discord example (#9936)
This commit is contained in:
parent
ff2db73b30
commit
75cad96c7d
@ -71,9 +71,9 @@ This channel ID has to be used as the target when calling the notification servi
|
||||
```yaml
|
||||
- service: notify.discord
|
||||
data:
|
||||
message from Home Assistant",
|
||||
target: "1234567890", "0987654321"
|
||||
data:
|
||||
message: "A message from Home Assistant"
|
||||
target: ["1234567890", "0987654321"]
|
||||
data:
|
||||
images: "/tmp/garage_cam"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user