You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.html5.markdown
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Assuming the previous test completed successfully and your browser was registere
96
96
1. Open Home Assistant in Chrome or Firefox.
97
97
2. Open the sidebar and click the Services button at the bottom (shaped like a remote control), located below the Developer Tools.
98
98
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.
100
100
5. If everything worked you should see a popup notification.
101
101
102
102
### {% linkable_title Usage %}
@@ -161,9 +161,7 @@ Example of adding a tag to your notification. This won't create new notification
161
161
162
162
#### {% linkable_title Targets %}
163
163
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:
0 commit comments