Added a `icon_url` to the notification

pull/4541/head
Frank Elsinga 2 months ago committed by GitHub
parent 5970461697
commit d28715adeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,6 +22,7 @@ class HomeAssistant extends NotificationProvider {
name: monitor?.name,
status: heartbeat?.status,
channel: "uptime-kuma",
icon_url: "https://github.com/louislam/uptime-kuma/blob/master/public/icon-192x192.png?raw=true"
} }),
},
{

Loading…
Cancel
Save