Pushover
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
app | API token API token of the application. Get it from pushover.net after creating an application. | optional | |
recipients | Recipients User keys and group identifiers can be specified. One entry per line. Groups must first be created at pushover.net. | optional | |
devices | Device names Restrict notifications to specific devices. Leave blank to send to all. One entry per line. | 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)