We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe6eae commit d090c8dCopy full SHA for d090c8d
package/options.html
@@ -23,7 +23,7 @@ <h2>Send to Home Assistant</h2>
23
<label for="sslToggle"><input type="checkbox" id="sslToggle" checked> Use SSL (https)</label>
24
<div class="webhook-row">
25
<label for="webhookId"><a href="https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger" target="_blank" rel="noopener noreferrer" class="link-blue">Webhook ID</a></label>
26
- <input type="text" id="webhookId" placeholder="xxxxxx-xxxxxxxxxxxx">
+ <input type="password" id="webhookId" placeholder="xxxxxx-xxxxxxxxxxxx">
27
</div>
28
<label for="userName">User <span class="label-note">(optional)</span></label>
29
<input type="text" id="userName" placeholder="Your name (optional)" maxlength="32">
0 commit comments