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.