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
No known key found for this signature in database
GPG key ID: 6DD597637A8B880A
36 changed files with 114 additions and 0 deletions

View file

@ -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;