flexget.components.notify.notifiers.prowl module#
- class flexget.components.notify.notifiers.prowl.ProwlNotifier[source]#
Bases:
objectSend prowl notifications.
Example:
notify: entries: via: - prowl: api_key: xxxxxxx [application: application name, default FlexGet] [event: event title, default New Release] [priority: -2 - 2 (2 = highest), default 0] [description: notification to send]
- schema = {'additionalProperties': False, 'properties': {'api_key': {'oneOf': [{'items': {'title': 'single value', 'type': 'string'}, 'minItems': 1, 'title': 'multiple values', 'type': 'array', 'uniqueItems': False}, {'title': 'single value', 'type': 'string'}]}, 'application': {'default': 'FlexGet', 'type': 'string'}, 'priority': {'maximum': 2, 'minimum': -2, 'type': 'integer'}, 'provider_key': {'type': 'string'}, 'url': {'type': 'string'}}, 'required': ['api_key'], 'type': 'object'}#