From 0814889a2e714e3cd35aaf97775ad1d34eb717eb Mon Sep 17 00:00:00 2001 From: Scott Reston Date: Mon, 20 Feb 2017 02:20:36 -0500 Subject: [PATCH] Added example with sound/priority (#2074) --- source/_components/notify.pushover.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_components/notify.pushover.markdown b/source/_components/notify.pushover.markdown index 4712c6acd7f..e74d9dfe054 100644 --- a/source/_components/notify.pushover.markdown +++ b/source/_components/notify.pushover.markdown @@ -34,6 +34,17 @@ Configuration variables: - **api_key** (*Required*): Your API key. - **user_key** (*Required*): Your user key for Pushover. +Example Automation: +```yaml +- service: notify.entity_id + data: + message: "This is the message" + title: "Title of message" + data: + sound: pianobar + priority: 0 +``` + This is a quote from the Pushover website regarding free/open source apps: