File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ baseuri = 'json://localhost:1234/mqtthook'
600
600
; https://github.com/caronc/apprise/wiki/Notify_discord
601
601
; https://discord.com/developers/docs/resources/webhook
602
602
; discord://{WebhookID}/{WebhookToken}/
603
- module = ' apprise '
603
+ module = ' apprise_single '
604
604
baseuri = ' discord://4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js'
605
605
606
606
[config:apprise-ntfy]
Original file line number Diff line number Diff line change
1
+ import warnings
2
+
1
3
from mqttwarn .services .apprise_single import plugin
4
+
5
+ warnings .warn ("`mqttwarn.services.apprise` will be removed in a future release of mqttwarn. "
6
+ "Please use `mqttwarn.services.apprise_single` or `mqttwarn.services.apprise_multi` instead." ,
7
+ category = DeprecationWarning )
You can’t perform that action at this time.
0 commit comments