You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_TOKEN`|:red_circle:| The API token |||
11
-
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_USER`|:red_circle:| The User key |||
12
-
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_DEVICE`|:white_circle:| The Device(s) to notify | Coma separated list of devices (e.g. dev1,dev2) ([see here](https://pushover.net/api#identifiers)) ||
13
-
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_SOUND`|:white_circle:| The notification sound |[see here](https://pushover.net/api#sounds)|`pushover`|
14
-
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_PRIORITY`|:white_circle:| The notification priority |[see here](https://pushover.net/api#priority)|`0`|
15
-
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_EXPIRE`|:white_circle:| The notification expire in seconds (only when priority=2) |[see here](https://pushover.net/api#priority)||
16
-
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_RETRY`|:white_circle:| The notification retry in seconds (only when priority=2) |[see here](https://pushover.net/api#priority)||
8
+
| Env var | Required | Description | Supported values | Default value when missing |
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_TOKEN`|:red_circle:| The API token |||
11
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_USER`|:red_circle:| The User key |||
12
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_DEVICE`|:white_circle:| The Device(s) to notify | Coma separated list of devices (e.g. dev1,dev2) ([see here](https://pushover.net/api#identifiers)) ||
13
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_SOUND`|:white_circle:| The notification sound |[see here](https://pushover.net/api#sounds)|`pushover`|
14
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_PRIORITY`|:white_circle:| The notification priority |[see here](https://pushover.net/api#priority)|`0`|
15
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_EXPIRE`|:white_circle:| The notification expire in seconds (only when priority=2) |[see here](https://pushover.net/api#priority)||
16
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_RETRY`|:white_circle:| The notification retry in seconds (only when priority=2) |[see here](https://pushover.net/api#priority)||
17
+
|`WUD_TRIGGER_PUSHOVER_{trigger_name}_HTML`|:white_circle:| Allow HTML formatting in message body (supported in Pushover 2.3+) |[see here](https://pushover.net/api#html)|`0`|
18
+
17
19
18
20
?> This trigger also supports the [common configuration variables](configuration/triggers/?id=common-trigger-configuration).
0 commit comments