From 4dd1d94095fb85627b68fedacd891c5be45ecad1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Jun 2015 09:55:31 +0200 Subject: [PATCH] add link to contributor's github account --- source/components/notify.pushover.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/components/notify.pushover.markdown b/source/components/notify.pushover.markdown index d1afe9a2334..9a01bbd381b 100644 --- a/source/components/notify.pushover.markdown +++ b/source/components/notify.pushover.markdown @@ -10,7 +10,9 @@ footer: true --- -James Cole has contributed support for the [PushOver service](https://pushover.net/) as a platform for the notify component. This allows components to send messages to the user using PushOver. +The [PushOver service](https://pushover.net/) is a platform for the notify component. This allows components to send messages to the user using PushOver. + +To use PushOver notifications, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -41,3 +43,5 @@ automation: ``` For more automation examples, see the [getting started with automation page]({{site_root}}/components/automation.html). + +[James Cole](https://github.com/jamespcole) has contributed the PushOver platform.