Releases: IndigoDomotics/indigo-pushover
Release 1.5.0
Added support for animated GIFs.
Added image attachments to a pushover notification
Includes pull requests to support file attachments. Also dialog label cleanups and code cleanup.
Added action to cancel emergency notification
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.
Fixed bug around null/empty string checking
some values were coming back as empty strings rather than as None. Also send pushover api response to the debug log.
Added extra config
Actions can now optionally point to a different user/group key.
Action moved and repo reorg
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.
added required parameters for highest priority setting ("require confirmation")
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.
allow device states in alert text
- added support for device status in alert text variable substitution
- prevents possible infinite loop
thanks to @jdhorne for the Pull Request!
subsequent request patch
thanks to @markf for a quick fix for an issue affecting sequential requests
Primetime
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 )