From 2b0fc5968349badffda0f3815e3b6c377eeb8d4b Mon Sep 17 00:00:00 2001 From: jgyates Date: Thu, 21 Sep 2023 19:26:38 -0400 Subject: [PATCH] V1.18.18 --- genserv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genserv.py b/genserv.py index a098faeb..4fb43915 100644 --- a/genserv.py +++ b/genserv.py @@ -1064,7 +1064,7 @@ def GetAddOns(): "pushsound", return_type=str, default="updown" ), "string", - "Notification sound identifier. See https://pushover.net/api#sounds for a full list of sound IDs", + "Notification sound identifier. See https://pushover.net/api#sounds for a full list of sound IDs. All sounds must be lower case.", bounds="minmax:3:20", display_name="Push Sound", )