From 76cdfe861c8714a4d0397448e2303104e46be56e Mon Sep 17 00:00:00 2001 From: Redge Date: Fri, 17 Jan 2025 09:16:45 +0100 Subject: [PATCH] Add 'silent' to HTML5_SHOWNOTIFICATION_PARAMETERS (#135709) --- homeassistant/components/html5/notify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/html5/notify.py b/homeassistant/components/html5/notify.py index 48cc0598479..e9ebdb9da67 100644 --- a/homeassistant/components/html5/notify.py +++ b/homeassistant/components/html5/notify.py @@ -154,6 +154,7 @@ HTML5_SHOWNOTIFICATION_PARAMETERS = ( "tag", "timestamp", "vibrate", + "silent", )