Merge remote-tracking branch 'origin/master' into feat/webhook-custom-body

This commit is contained in:
Louis Lam
2023-07-09 18:20:06 +08:00
56 changed files with 3328 additions and 3832 deletions

View File

@@ -11,7 +11,7 @@ class HomeAssistant extends NotificationProvider {
try {
await axios.post(
`${notification.homeAssistantUrl}/api/services/notify/${notificationService}`,
`${notification.homeAssistantUrl.trim().replace(/\/*$/, "")}/api/services/notify/${notificationService}`,
{
title: "Uptime Kuma",
message,