add notification channel for home assistant

This adds a notification channel so android users can set uptime kuma specific notification sounds etc...
pull/4541/head
OptimusGREEN 2 months ago committed by GitHub
parent c7b8bb9e4a
commit 5970461697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,7 @@ class HomeAssistant extends NotificationProvider {
...(notificationService !== "persistent_notification" && { data: {
name: monitor?.name,
status: heartbeat?.status,
channel: "uptime-kuma",
} }),
},
{

Loading…
Cancel
Save