Merge pull request #477 from elseym/pushover-html-support

Pushover HTML Support
This commit is contained in:
JonnyWong16 2016-02-21 21:35:07 -08:00
commit 5e094e7597
2 changed files with 11 additions and 1 deletions

View file

@ -291,6 +291,7 @@ _CONFIG_DEFINITIONS = {
'PUSHBULLET_ON_INTUP': (int, 'PushBullet', 0),
'PUSHOVER_APITOKEN': (str, 'Pushover', ''),
'PUSHOVER_ENABLED': (int, 'Pushover', 0),
'PUSHOVER_HTML_SUPPORT': (int, 'Pushover', 1),
'PUSHOVER_KEYS': (str, 'Pushover', ''),
'PUSHOVER_PRIORITY': (int, 'Pushover', 0),
'PUSHOVER_SOUND': (str, 'Pushover', ''),