Skip to content

Commit 7921fb3

Browse files
committed
comment
1 parent 540f59c commit 7921fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/ntfy/notify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from .entity import NtfyBaseEntity
3232

3333
PARALLEL_UPDATES = 0
34-
MAX_ACTIONS_ALLOWED = 3
34+
MAX_ACTIONS_ALLOWED = 3 # ntfy only supports up to 3 actions per notification
3535

3636
SERVICE_PUBLISH = "publish"
3737
ATTR_ATTACH = "attach"

0 commit comments

Comments
 (0)