diff --git a/source/_components/discord.markdown b/source/_components/discord.markdown index b9f32559438..fc085fbe50e 100644 --- a/source/_components/discord.markdown +++ b/source/_components/discord.markdown @@ -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" ```