1.0.0 • Published 6 years ago

assistant-pushover v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

assistant-pushover

Plugin pour envoyer des notifications Push via le service Pushover

Configuration

Dans le fichier configuration.json, ajoutez votre appKey et votre userKey Pushover

{
  "plugins": {
    "pushover": {
      "appKey": "",
      "userKey": ""
    }
  }
}

Utilisation

Une notification sera dispatchée quand le message pushover_TITREDEVOTRENOTICATION--MESSAGEDEVOTRENOTIFICATION sera envoyé à Pushbullet (depuis IFTTT)

1.0.0

6 years ago