Skip to content
EN | DE

Pushover

Parameters

NameDescriptionValueLevel
appAPI token

API token of the application. Get it from pushover.net after creating an application.

Example: azGDORePK8gMaC0QOYAMyEEuzJnyUi
optional
recipientsRecipients

User keys and group identifiers can be specified. One entry per line. Groups must first be created at pushover.net.

Example: uQiRzpo4DXghDmr9QzzfQu27cmVRsG
optional
devicesDevice names

Restrict notifications to specific devices. Leave blank to send to all. One entry per line.

Example: droid2
optional
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

messaging:
services:
- type: template
template: pushover
app: azGDORePK8gMaC0QOYAMyEEuzJnyUi # API token, API token of the application. Get it from [pushover.net](https://pushover.net/apps/build) after creating an application.
recipients: # Recipients, User keys and group identifiers can be specified. One entry per line. Groups must first be created at [pushover.net](https://pushover.net/groups/build).
devices: # Device names, Restrict notifications to specific devices. Leave blank to send to all. One entry per line. (optional)