From 1317b2e79b9a995910471c92130955d93901428a Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:11:17 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 612124a..ee2edd1 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,14 @@ remotetx = /usr/local/bin/SkywarnPlus/SOUNDS/TONES/CT-LOCAL ``` Courtesy tone files are located in `SOUNDS/TONES` by default and are configured through `config.ini` and `rpt.conf`. +# Pushover Integration + +SkywarnPlus can use the free Pushover API to send WX alert notifications and debug messages directly to your smartphone or other devices. +1. Visit https://pushover.net/ to sign up for a free account. +2. Find your UserKey on your main dashboard +3. Scroll down and create an Application/API key for your node +4. Add UserKey & API Key to `config.ini` + # Control Script SkywarnPlus comes with a powerful control script (`CONTROL.sh`) that can be used to enable or disable certain SkywarnPlus functions. This script is particularly useful when you want to map DTMF control codes to these functions. An added advantage is that the script provides spoken feedback upon execution, making it even more suitable for DTMF control.