From bf3998c84bd20b85983a54011e6393274eed1f17 Mon Sep 17 00:00:00 2001 From: Charly Goblet Date: Mon, 20 Feb 2023 13:39:15 +0100 Subject: [PATCH] [Notifier] Add Pushover bridge --- notifier.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index 976f5fb9e05..0e927df9d7e 100644 --- a/notifier.rst +++ b/notifier.rst @@ -430,6 +430,7 @@ Engagespot ``symfony/engagespot-notifier`` ``engagespot://API_KEY@de Expo ``symfony/expo-notifier`` ``expo://Token@default`` OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID`` PagerDuty ``symfony/pager-duty-notifier`` ``pagerduty://TOKEN@SUBDOMAIN`` +Pushover ``symfony/pushover-notifier`` ``pushover://USER_KEY:APP_TOKEN@default`` ============== ==================================== ================================================================================= .. versionadded:: 6.1 @@ -438,7 +439,7 @@ PagerDuty ``symfony/pager-duty-notifier`` ``pagerduty://TOKEN@SUBDO .. versionadded:: 6.3 - The PagerDuty integration was introduced in Symfony 6.3. + The PagerDuty and Pushover integrations were introduced in Symfony 6.3. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: