feat: added Home Assistant notification integration

This commit is contained in:
rmt/src
2022-06-25 17:22:53 +01:00
parent 9650418ef7
commit f84ae82983
36 changed files with 114 additions and 0 deletions

View File

@@ -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) {