From a9bf1830351a4da1cdaf85b21e8b4277e0a1c780 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Tue, 10 Sep 2019 16:33:00 -0400 Subject: [PATCH] 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. --- source/_components/discord.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/discord.markdown b/source/_components/discord.markdown index 316a813675e..c7f146bfde4 100644 --- a/source/_components/discord.markdown +++ b/source/_components/discord.markdown @@ -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