mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
f26608ce13
commit
a9bf183035
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user