Skip to content

Commit c4b6a17

Browse files
authored
Revise options.html with updated instructions
Updated instructions and added optional user/device name fields.
1 parent acc7167 commit c4b6a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/options.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Send to Home Assistant</h2>
1616
<div class="desc">
1717
<span class="options-title">Instructions</span>
1818
<p>Enter your Home Assistant hostname or IP, choose SSL if your server uses https, and paste your <b>Webhook ID</b> (not the full URL).</p>
19-
<p>Optionally, you can specify a User so that you can specify who the message is from.</p>
19+
<p>Optionally, you can specify a User and/or device name so that you can specify who and what the message is from.</p>
2020
<span class="options-title">Options</span>
2121
<label for="haHost">Home Assistant Hostname or IP</label>
2222
<input type="text" id="haHost" placeholder="myhome.duckdns.org or 192.168.1.2">
@@ -60,3 +60,4 @@ <h2>Send to Home Assistant</h2>
6060
<script src="options.js"></script>
6161
</body>
6262
</html>
63+

0 commit comments

Comments
 (0)