mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 14:46:41 +08:00
feat: added Home Assistant notification integration
This commit is contained in:
@@ -35,6 +35,7 @@ const Gorush = require("./notification-providers/gorush");
|
||||
const Alerta = require("./notification-providers/alerta");
|
||||
const OneBot = require("./notification-providers/onebot");
|
||||
const PushDeer = require("./notification-providers/pushdeer");
|
||||
const HomeAssistant = require("./notification-providers/home-assistant");
|
||||
|
||||
class Notification {
|
||||
|
||||
@@ -82,6 +83,7 @@ class Notification {
|
||||
new Alerta(),
|
||||
new OneBot(),
|
||||
new PushDeer(),
|
||||
new HomeAssistant(),
|
||||
];
|
||||
|
||||
for (let item of list) {
|
||||
|
Reference in New Issue
Block a user