Ntfy
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
topics | Topics One entry per line. | optional | |
priority | Priority Messages have a priority level that determines how urgently your phone notifies you. On Android, you can customize notification sounds and vibration patterns based on these priority levels. For more details, see docs.ntfy.sh. | optional | |
authtoken | Access token Used for secure access to the private ntfy server. | optional | |
tags | Tags & emojis Messages can be tagged with emojis or strings, which will be shown in the title or message. For more details, see docs.ntfy.sh. 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: ntfy host: ntfy.sh # IP address or hostname topics: # Topics, One entry per line. priority: default # Priority, Messages have a priority level that determines how urgently your phone notifies you. On Android, you can customize notification sounds and vibration patterns based on these priority levels. For more details, see [docs.ntfy.sh](https://docs.ntfy.sh/publish#message-priority). [max, high, default, low, min] authtoken: tk_7eevizlsiwf9yi4uxsrs83r4352o0 # Access token, Used for secure access to the private ntfy server. (optional) tags: # Tags & emojis, Messages can be tagged with emojis or strings, which will be shown in the title or message. For more details, see [docs.ntfy.sh](https://docs.ntfy.sh/publish#tags-emojis). One entry per line. (optional)