From 19315937dfaa5261da468cd940d5897ad9c542f1 Mon Sep 17 00:00:00 2001 From: Martin Gafner Date: Sun, 6 Jan 2019 22:16:57 +0100 Subject: [PATCH] Give a hint to the Persistent Notification Component (#8053) Again and again i was looking through this page and didn't find how to send persistent notifications to the Home Assistant Web Interface. That's why I propose to add that sentence. --- source/_components/notify.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/notify.markdown b/source/_components/notify.markdown index fdf8980710d..b152139954b 100644 --- a/source/_components/notify.markdown +++ b/source/_components/notify.markdown @@ -11,6 +11,8 @@ footer: true The `notify` component makes it possible to send notifications to a wide variety of platforms. Please check the sidebar for a full list of platforms that are supported. +If you want to send notifications to the Home Assistant Web Interface you may use the [Persistent Notification Component](/components/persistent_notification/). + ## {% linkable_title Configuration %} ```yaml