From d7881d6b0e51301a779cb440e573c7ef23e57f2b Mon Sep 17 00:00:00 2001 From: Scott Reston Date: Tue, 21 Feb 2017 09:05:41 -0500 Subject: [PATCH] Removed extra "data" from example (#2098) Sorry! My fault. --- source/_components/notify.pushover.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_components/notify.pushover.markdown b/source/_components/notify.pushover.markdown index e74d9dfe054..0fb220a4438 100644 --- a/source/_components/notify.pushover.markdown +++ b/source/_components/notify.pushover.markdown @@ -40,9 +40,8 @@ Example Automation: data: message: "This is the message" title: "Title of message" - data: - sound: pianobar - priority: 0 + sound: pianobar + priority: 0 ``` This is a quote from the Pushover website regarding free/open source apps: