Correct service call requirements for images. (#10333)

The current example for the notify service doesn't correctly send images in this component.

Changed the example to reflect a list of images.
This commit is contained in:
Petro31 2019-09-10 16:33:00 -04:00 committed by Franck Nijhof
parent f26608ce13
commit a9bf183035

View File

@ -74,7 +74,9 @@ This channel ID has to be used as the target when calling the notification servi
message: "A message from Home Assistant"
target: ["1234567890", "0987654321"]
data:
images: "/tmp/garage_cam"
images:
- "/tmp/garage_cam"
- "/tmp/garage.jpg"
```
### Notes