From 1e37e59e437d25d0f91bad1a1af55a86b9a50d1a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 1 Jul 2016 00:55:31 -0700 Subject: [PATCH] Fix description persistent notification. --- source/_components/persistent_notification.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/persistent_notification.markdown b/source/_components/persistent_notification.markdown index 3d187e23a98..265dd182ebf 100644 --- a/source/_components/persistent_notification.markdown +++ b/source/_components/persistent_notification.markdown @@ -12,7 +12,6 @@ ha_category: Other 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. -