mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-13 00:35:53 -04:00
feat: added Home Assistant notification integration
This commit is contained in:
parent
9650418ef7
commit
f84ae82983
36 changed files with 114 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue