From db89c39ed82df3c2283dfdfe157335382eefb146 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 12 Oct 2018 00:41:23 +0200 Subject: [PATCH] Made AutoRemote notification text optional --- platypush/plugins/autoremote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/autoremote.py b/platypush/plugins/autoremote.py index 142e9fd85b..e2bd3138d0 100644 --- a/platypush/plugins/autoremote.py +++ b/platypush/plugins/autoremote.py @@ -75,7 +75,7 @@ class AutoremotePlugin(Plugin): self.logger.info('Received response from AutoRemote: {}'.format(response.text)) @action - def send_notification(self, text, key=None, password=None, title=None, + def send_notification(self, text=None, key=None, password=None, title=None, target=None, sender=None, ttl=None, group=None, sound=None, vibration=None, url=None, id=None, action=None, icon=None, led=None, ledon=None,