Fork me on GitHub

pimatic-pushover

A plugin for sending pushover notifications in pimatic.

Forked from and original created by: thexperiments

Configuration

You can load the backend by editing your config.json to include:

{
  "plugin": "pushover",
  "user": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
  "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

in the plugins section. For all configuration options see pushover-config-schema

Currently you can send pushover notifications via action handler within rules.

Example:

if it is 08:00 push title:"Good morning!" message:"Good morning Dave!" priority:1

in general: if X then push title:

"title of the push notification" message:"message for the notification" [priority:-1 - 1]

Find priorities here at pushover be aware that priority 2 currently crashes pimatic!