From ca4580b4707cd6cf527a1c640b42bc1cd27af008 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Thu, 22 Jun 2023 08:27:35 -0400 Subject: [PATCH] Add persistent_notification.dismiss_all service call (#27912) --- source/_integrations/persistent_notification.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/persistent_notification.markdown b/source/_integrations/persistent_notification.markdown index ec0ce71eeee..0aabbbdd8df 100644 --- a/source/_integrations/persistent_notification.markdown +++ b/source/_integrations/persistent_notification.markdown @@ -68,6 +68,13 @@ action: notification_id: "1234" ``` +The service `persistent_notification.dismiss_all` allows you to remove all notifications. + +```yaml +action: + service: persistent_notification.dismiss_all +``` + ### Markdown support The message attribute supports the [Markdown formatting syntax](https://daringfireball.net/projects/markdown/syntax). Some examples are: