Correct incorrect YAML in Discord example (#9936)

This commit is contained in:
Franck Nijhof 2019-07-21 22:15:53 +02:00 committed by GitHub
parent ff2db73b30
commit 75cad96c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
```