Skip to content

Commit

Permalink
Add 'silent' to HTML5_SHOWNOTIFICATION_PARAMETERS
Browse files Browse the repository at this point in the history
solves home-assistant/frontend#23733
The silent property is not supported in most major browser referenced in the documentation of the component:
https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification#parameters
  • Loading branch information
redge76 authored Jan 15, 2025
1 parent 3622e83 commit 362eb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/html5/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"tag",
"timestamp",
"vibrate",
"silent",
)


Expand Down

0 comments on commit 362eb99

Please sign in to comment.