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:
parent
2edf3c5242
commit
fa28234931
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue