Add persistent_notification.dismiss_all service call (#27912)

This commit is contained in:
Petro31 2023-06-22 08:27:35 -04:00 committed by GitHub
parent 194811a545
commit ca4580b470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,13 @@ action:
notification_id: "1234" notification_id: "1234"
``` ```
The service `persistent_notification.dismiss_all` allows you to remove all notifications.
```yaml
action:
service: persistent_notification.dismiss_all
```
### Markdown support ### Markdown support
The message attribute supports the [Markdown formatting syntax](https://daringfireball.net/projects/markdown/syntax). Some examples are: The message attribute supports the [Markdown formatting syntax](https://daringfireball.net/projects/markdown/syntax). Some examples are: