PromoSMS as Notification Provider

Add PromoSMS (Polish SMS Gateway) as new notification provider
This commit is contained in:
Lukas
2021-10-07 21:56:32 +02:00
parent ddad2dcb4a
commit 12b5489eb5
26 changed files with 112 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import Teams from "./Teams.vue";
import Pushover from "./Pushover.vue";
import Pushy from "./Pushy.vue";
import Octopush from "./Octopush.vue";
import PromoSMS from "./PromoSMS.vue";
import LunaSea from "./LunaSea.vue";
import Apprise from "./Apprise.vue";
import Pushbullet from "./Pushbullet.vue";
@@ -35,6 +36,7 @@ const NotificationFormList = {
"pushover": Pushover,
"pushy": Pushy,
"octopush": Octopush,
"promosms": PromoSMS,
"lunasea": LunaSea,
"apprise": Apprise,
"pushbullet": Pushbullet,