mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add persistent_notification.dismiss_all service call (#27912)
This commit is contained in:
parent
194811a545
commit
ca4580b470
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user