mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +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
|
```yaml
|
||||||
- service: notify.discord
|
- service: notify.discord
|
||||||
data:
|
data:
|
||||||
message from Home Assistant",
|
message: "A message from Home Assistant"
|
||||||
target: "1234567890", "0987654321"
|
target: ["1234567890", "0987654321"]
|
||||||
data:
|
data:
|
||||||
images: "/tmp/garage_cam"
|
images: "/tmp/garage_cam"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user