diff --git a/front/plugins/_publisher_pushover/config.json b/front/plugins/_publisher_pushover/config.json index cec4be3a..e48394d5 100755 --- a/front/plugins/_publisher_pushover/config.json +++ b/front/plugins/_publisher_pushover/config.json @@ -404,6 +404,28 @@ "string": "Your Pushover APP Token." } ] + }, + { + "function": "DEVICE_NAME", + "type": "text", + "default_value": "DEVICE_NAME", + "options": [], + "localized": [ + "name", + "description" + ], + "name": [ + { + "language_code": "en_us", + "string": "Pushover Device name (not required)" + } + ], + "description": [ + { + "language_code": "en_us", + "string": "When specifying a device name, notifications will be exclusively sent to the device." + } + ] } ] -} \ No newline at end of file +}