Skip to content

Commit

Permalink
add notification channel for home assistant (#4541)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Seb <144435+rmtsrc@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 18, 2024
1 parent 975761b commit bc077cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/notification-providers/home-assistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class HomeAssistant extends NotificationProvider {
...(notificationService !== "persistent_notification" && { data: {
name: monitorJSON?.name,
status: heartbeatJSON?.status,
channel: "Uptime Kuma",
icon_url: "https://github.com/louislam/uptime-kuma/blob/master/public/icon.png?raw=true",
} }),
},
{
Expand Down

0 comments on commit bc077cc

Please sign in to comment.