Developer: | Open Source Plugins |
Category: | Notification & Messaging |
Github: | Github Repo |
Assistance: | Get help! |
Plugin ID: | io.thechad.indigoplugin.pushover |
Latest release: | v2022.0.0 released on May 11, 2022 |
Release downloaded: | 0 times |
Requires: | Indigo v2022.1.0 or higher |
(Check the Releases tab below for older releases that may have different requirements) | |
Download latest release |
Indigo plugin - send push notifications to mobile devices via Pushover.
Send Pushover Notification
Cancel Pushover Emergency-Priority Notification
Released on: | May 11, 2022 |
Requires: | Indigo v2022.1.0+ |
Downloaded: | 0 times |
Download this release |
Updated to Python 3
Released on: | June 15, 2021 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 0 times |
Download this release |
Use default sounds list if API fetch fails
Released on: | April 8, 2021 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 0 times |
Download this release |
Fetches sound list (including user custom sounds) from PushOver on startup. If you add new custom sounds, restart the plugin.
Released on: | Feb. 12, 2021 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 1 times |
Download this release |
Added support for multiple app tokens
Released on: | April 27, 2019 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 21 times |
Download this release |
Fixed issue #26
Removed fix #3, which is now broken because it was encoding unicode characters into a string type. This is not needed since all strings are handled as unicode now.
Released on: | April 19, 2019 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 2 times |
Download this release |
Fix indent error in 1.5.2.
Released on: | April 19, 2019 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 0 times |
Download this release |
Fixed error in log when not using option Title field.
Released on: | April 15, 2019 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 0 times |
Download this release |
Logging changes. file extension case checking fix.
Released on: | April 15, 2019 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 0 times |
Download this release |
Added support for animated GIFs.
v1.4.0 | Requires Indigo v7.0.2 thru v2022.2 | Released March 24, 2018 | Added image attachments to a pushover notification |
Released on: | March 24, 2018 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 291 times |
Download this release |
Includes pull requests to support file attachments. Also dialog label cleanups and code cleanup.
v1.3.0 | Requires Indigo v7.0.2 thru v2022.2 | Released Feb. 18, 2018 | Added action to cancel emergency notification |
Released on: | Feb. 18, 2018 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 46 times |
Download this release |
There's a new action to cancel any emergency notification that includes the specified tag. The tag can be set in the action that creates the notification.
v1.2.2 | Requires Indigo v7.0.2 thru v2022.2 | Released Feb. 14, 2018 | Fixed bug around null/empty string checking |
Released on: | Feb. 14, 2018 |
Requires: | Indigo v7.0.2 thru v2022.2 |
Downloaded: | 17 times |
Download this release |
some values were coming back as empty strings rather than as None. Also send pushover api response to the debug log.
Released on: | Dec. 17, 2017 |
Requires: | Indigo v5.0.0 thru v2022.2 |
Downloaded: | 121 times |
Download this release |
Actions can now optionally point to a different user/group key.
Released on: | Sept. 4, 2017 |
Requires: | Indigo v5.0.0 thru v2022.2 |
Downloaded: | 115 times |
Download this release |
This release was primarily to move the action to the standard Notification Actions type menu. We also reorganized the repo so that it matches the standard repo layout. This will help when we implement update detection and management from within Indigo.
v1.1.5 | Requires Indigo v5.0.0 thru v2022.2 | Released March 13, 2016 | added required parameters for highest priority setting ("require confirmation") |
Released on: | March 13, 2016 |
Requires: | Indigo v5.0.0 thru v2022.2 |
Downloaded: | 264 times |
Download this release |
Plugin was not including 2 required API parameters when the highest priority setting was used, causing that priority to fail. Added defaults of repeating notification every 10 minutes for 24 hours.
Released on: | Feb. 20, 2016 |
Requires: | Indigo v5.0.0 thru v2022.2 |
Downloaded: | 22 times |
Download this release |
thanks to @jdhorne for the Pull Request!
Released on: | July 27, 2015 |
Requires: | Indigo v5.0.0 thru v2022.2 |
Downloaded: | 209 times |
Download this release |
thanks to @markf for a quick fix for an issue affecting sequential requests
Released on: | Aug. 28, 2014 |
Requires: | Indigo v5.0.0 thru v2022.2 |
Downloaded: | 199 times |
Download this release |
tons of new features thanks to the hard work and generosity of @IT2BE
New in this release: - now supports: customized sounds, setting priority, supplemental url and title, device specificity - now supports use of variables in all custom text fields - fixed error being thrown when custom text contained special characters ( issue #3 )