forked from pokealarm/pokealarm
-
Notifications
You must be signed in to change notification settings - Fork 6
Pushover
fosNoddie edited this page Jul 8, 2017
·
1 revision
Pushover support has been dropped as of PokeAlarm version 3.1. Do not raise issues on github or Discord regarding this service.
{
"active":"True",
"type":"pushover",
"app_token":"YOUR_API_KEY",
"user_key":"DEFAULT_CHANNEL",
}
{
"active":"True",
"type":"pushover",
"app_token":"YOUR_API_KEY",
"user_key":"DEFAULT_CHANNEL",
"startup_message":"True",
"pokemon":{
"title":"A wild <pkmn> has appeared!",
"url":"<gmaps>",
"url_title":"Google Maps Link",
"message":"Available until <24h_time> (<time_left>)."
},
"pokestop":{
"title":"Someone has placed a lure on a Pokestop!",
"url":"<gmaps>",
"url_title":"Google Maps Link",
"message":"Lure will expire at <24h_time> (<time_left>)."
},
"gym":{
"title":"A Team <old_team> gym has fallen!",
"url":"<gmaps>",
"url_title":"Google Maps Link",
"message":"It is now controlled by <new_team>."
}
}