Skip to content

Commit 6551201

Browse files
committed
Update formatting
1 parent 3f6a99f commit 6551201

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/_components/notify.html5.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Assuming the previous test completed successfully and your browser was registere
9696
1. Open Home Assistant in Chrome or Firefox.
9797
2. Open the sidebar and click the Services button at the bottom (shaped like a remote control), located below the Developer Tools.
9898
3. From the Services dropdown, search for your HTML5 notify service (e.g., notify.NOTIFIER_NAME) and select it.
99-
4. In the Service Data text box enter: {"message":"hello world"}, then press the CALL SERVICE button.
99+
4. In the Service Data text box enter: `{"message":"hello world"}`, then press the CALL SERVICE button.
100100
5. If everything worked you should see a popup notification.
101101

102102
### {% linkable_title Usage %}
@@ -161,9 +161,7 @@ Example of adding a tag to your notification. This won't create new notification
161161

162162
#### {% linkable_title Targets %}
163163

164-
If you do not provide a `target` parameter in the notify payload a notification
165-
will be sent to all registered targets as listed in
166-
`html5_push_registrations.conf`. You can provide a `target` parameter like so:
164+
If you do not provide a `target` parameter in the notify payload a notification will be sent to all registered targets as listed in `html5_push_registrations.conf`. You can provide a `target` parameter like so:
167165

168166
```yaml
169167
title: Front door

0 commit comments

Comments
 (0)