feat(#36): add Mail notification on Low Battery

This commit is contained in:
Benjamin Nussbaum 2025-06-18 00:10:29 +02:00
parent 1122764333
commit 33e1f99fad
11 changed files with 375 additions and 0 deletions

View file

@ -43,4 +43,11 @@ return [
'image_url_timeout' => env('TRMNL_IMAGE_URL_TIMEOUT', 30), // 30 seconds; increase on low-powered devices
],
'webhook' => [
'notifications' => [
'url' => env('WEBHOOK_NOTIFICATION_URL', null),
'topic' => env('WEBHOOK_NOTIFICATION_TOPIC', 'null'),
],
],
];