Skip to content

Releases: IndigoDomotics/indigo-pushover

Release 1.5.0

15 Apr 12:24
Compare
Choose a tag to compare

Added support for animated GIFs.

Added image attachments to a pushover notification

24 Mar 17:04
Compare
Choose a tag to compare

Includes pull requests to support file attachments. Also dialog label cleanups and code cleanup.

Added action to cancel emergency notification

18 Feb 17:42
6323050
Compare
Choose a tag to compare

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

14 Feb 22:52
8be0436
Compare
Choose a tag to compare

some values were coming back as empty strings rather than as None. Also send pushover api response to the debug log.

Added extra config

17 Dec 16:58
5d86c14
Compare
Choose a tag to compare

Actions can now optionally point to a different user/group key.

Action moved and repo reorg

04 Sep 17:44
Compare
Choose a tag to compare

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")

13 Mar 18:22
Compare
Choose a tag to compare

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

20 Feb 06:31
Compare
Choose a tag to compare
  • added support for device status in alert text variable substitution
  • prevents possible infinite loop

thanks to @jdhorne for the Pull Request!

subsequent request patch

27 Jul 04:17
Compare
Choose a tag to compare

thanks to @markf for a quick fix for an issue affecting sequential requests

Primetime

28 Aug 04:36
Compare
Choose a tag to compare

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 )