Benachrichtigungen

Wähle einen Kanal und entscheide, welche Events dich erreichen sollen.

{% if notif_flash %}
{% if notif_flash == 'test_ok' %}Testnachricht gesendet. {% elif notif_flash == 'test_missing' %}Bot-Token und Chat-ID eintragen, um zu testen. {% elif notif_flash == 'test_fail' %}Test fehlgeschlagen{% if notif_flash_detail %}: {{ notif_flash_detail }}{% endif %}. {% endif %}
{% endif %}
{# Channel-dependent fields are wrapped in data-channel-only="telegram" so a small JS handler in app.js can hide them when "Nur Dashboard" is picked. Inputs stay in the form (display:none doesn't strip them), so values are preserved when you switch back to Telegram. #} {% set hide_telegram = notifications.channel != 'telegram' %}

Bot bei @BotFather anlegen, Token hier eintragen.