flexget.components.notify.notifiers.ntfysh module#
- class flexget.components.notify.notifiers.ntfysh.NtfyshNotifier[source]#
Bases:
objectSend a Ntfy.sh notification.
Example:
notify: entries: via: - ntfysh: topic: <NTFY_TOPIC>
Configuration parameters are also supported from entries (eg. through set).
- schema = {'additionalProperties': False, 'properties': {'delay': {'type': 'string'}, 'password': {'type': 'string'}, 'priority': {'default': 3, 'type': 'integer'}, 'tags': {'type': 'string'}, 'topic': {'type': 'string'}, 'url': {'default': 'https://ntfy.sh/', 'format': 'url'}, 'username': {'type': 'string'}}, 'required': ['topic', 'url'], 'type': 'object'}#