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: components/notify.pushetta/index.html
+1
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ <h1 class="title indent">
110
110
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <codeclass="highlighter-rouge">name</code> allows multiple notifiers to be created. The default value is <codeclass="highlighter-rouge">notify</code>. The notifier will bind to the service <codeclass="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
111
111
<li><strong>api_key</strong> (<em>Required</em>): Your API key for Pushetta.</li>
112
112
<li><strong>channel_name</strong> (<em>Required</em>): The name of your channel.</li>
113
+
<li><strong>send_test_msg</strong> (<em>Optional</em>): Disable/enable the test message send on Home Asssitant’s startup to test the API key and the existance of the channel. Default to <codeclass="highlighter-rouge">False</code>.</li>
113
114
</ul>
114
115
115
116
<p>It’s easy to test your Pushetta setup outside of Home Assistant. Assuming you have a channel <em>home-assistant</em>, just fire a request and check the channel page in the dashboard for a new message.</p>
Copy file name to clipboardExpand all lines: components/switch.pilight/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ <h1 class="title indent">
131
131
<p>Variables for the different codes:</p>
132
132
133
133
<ul>
134
-
<li><strong>protocol</strong> (<em>Optional</em>): Protocol to use, eg. <codeclass="highlighter-rouge">intertechno_old</code> or <codeclass="highlighter-rouge">daycom</code>.</li>
134
+
<li><strong>protocol</strong> (<em>Required</em>): Protocol to use, eg. <codeclass="highlighter-rouge">intertechno_old</code> or <codeclass="highlighter-rouge">daycom</code>.</li>
135
135
<li><strong>systemcode</strong> (<em>Optional</em>): The systemcode of the device.</li>
136
136
<li><strong>unit</strong> (<em>Optional</em>): The unit to use.</li>
137
137
<li><strong>id</strong> (<em>Optional</em>): ID of the device</li>
0 commit comments