We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540f59c commit 7921fb3Copy full SHA for 7921fb3
homeassistant/components/ntfy/notify.py
@@ -31,7 +31,7 @@
31
from .entity import NtfyBaseEntity
32
33
PARALLEL_UPDATES = 0
34
-MAX_ACTIONS_ALLOWED = 3
+MAX_ACTIONS_ALLOWED = 3 # ntfy only supports up to 3 actions per notification
35
36
SERVICE_PUBLISH = "publish"
37
ATTR_ATTACH = "attach"
0 commit comments