From fa2823493150e180dc67262da863157602a0c87e Mon Sep 17 00:00:00 2001 From: DoloresHA Date: Sat, 28 Oct 2017 03:23:37 -0400 Subject: [PATCH] Update notify.html5.markdown (#3806) line 132: changed "configuration" to "notification." line 236: fixed indentation error (was only one space, not two) --- source/_components/notify.html5.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/notify.html5.markdown b/source/_components/notify.html5.markdown index eb0bb0b9ddc..34547169778 100644 --- a/source/_components/notify.html5.markdown +++ b/source/_components/notify.html5.markdown @@ -129,7 +129,7 @@ By default, every notification sent has a randomly generated UUID (v4) set as it } ``` -Example of adding a tag to your configuration. This won't create new notification if there already exists one with the same tag. +Example of adding a tag to your notification. This won't create new notification if there already exists one with the same tag. ```yaml - alias: Push/update notification of sensor state with tag @@ -233,7 +233,7 @@ or platform: event event_type: html5_notification.clicked event_data: - action: open_door + action: open_door ``` #### {% linkable_title closed event %}