Add supplementary URL option to Pushover

This commit is contained in:
JonnyWong16 2016-10-08 22:45:16 -07:00
parent 1c087ec856
commit 62d05e5e08
2 changed files with 32 additions and 2 deletions

View file

@ -436,6 +436,8 @@ _CONFIG_DEFINITIONS = {
'PUSHOVER_APITOKEN': (str, 'Pushover', ''),
'PUSHOVER_ENABLED': (int, 'Pushover', 0),
'PUSHOVER_HTML_SUPPORT': (int, 'Pushover', 1),
'PUSHOVER_INCL_PMSLINK': (int, 'Pushover', 0),
'PUSHOVER_INCL_URL': (int, 'Pushover', 1),
'PUSHOVER_KEYS': (str, 'Pushover', ''),
'PUSHOVER_PRIORITY': (int, 'Pushover', 0),
'PUSHOVER_SOUND': (str, 'Pushover', ''),