Fix description persistent notification.
This commit is contained in:
parent
169a6bd0fa
commit
1e37e59e43
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ ha_category: Other
|
||||||
ha_release: 0.23
|
ha_release: 0.23
|
||||||
---
|
---
|
||||||
|
|
||||||
The `persistant_notification` component exposes configuraation errors to the frontend.
|
The `persistant_notification` can be used to show a message on the frontend that has to be dismissed by the user.
|
||||||
|
|
||||||
The service `persistent_notification/create`. Takes in `message`, `title`, and `notification_id`. If `notification_id` is given, it will overwrite the notification if there already was a notification with that id.
|
The service `persistent_notification/create`. Takes in `message`, `title`, and `notification_id`. If `notification_id` is given, it will overwrite the notification if there already was a notification with that id.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue