Update notify.html5.markdown (#3806)

line 132: changed "configuration" to "notification." 
line 236: fixed indentation error (was only one space, not two)
This commit is contained in:
DoloresHA 2017-10-28 03:23:37 -04:00 committed by Fabian Affolter
parent 2edf3c5242
commit fa28234931

View File

@ -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 %}