mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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"
|
message: "A message from Home Assistant"
|
||||||
target: ["1234567890", "0987654321"]
|
target: ["1234567890", "0987654321"]
|
||||||
data:
|
data:
|
||||||
images: "/tmp/garage_cam"
|
images:
|
||||||
|
- "/tmp/garage_cam"
|
||||||
|
- "/tmp/garage.jpg"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user