From 75cad96c7d71ef8f1f4b6134c3406feac6cb53c3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Jul 2019 22:15:53 +0200 Subject: [PATCH] Correct incorrect YAML in Discord example (#9936) --- source/_components/discord.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ```