mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 08:45:32 +08:00
feat: added Home Assistant notification integration
This commit is contained in:
@@ -33,6 +33,7 @@ import Gorush from "./Gorush.vue";
|
||||
import Alerta from "./Alerta.vue";
|
||||
import OneBot from "./OneBot.vue";
|
||||
import PushDeer from "./PushDeer.vue";
|
||||
import HomeAssistant from "./HomeAssistant.vue";
|
||||
|
||||
/**
|
||||
* Manage all notification form.
|
||||
@@ -75,6 +76,7 @@ const NotificationFormList = {
|
||||
"alerta": Alerta,
|
||||
"OneBot": OneBot,
|
||||
"PushDeer": PushDeer,
|
||||
"HomeAssistant": HomeAssistant,
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
Reference in New Issue
Block a user