Site updated at 2016-10-13 20:39:22 UTC

This commit is contained in:
Travis CI 2016-10-13 20:39:22 +00:00
parent 37a57f7627
commit 52adf6a053
25 changed files with 41 additions and 66 deletions

View file

@ -110,6 +110,7 @@
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code class="highlighter-rouge">name</code> allows multiple notifiers to be created. The default value is <code class="highlighter-rouge">notify</code>. The notifier will bind to the service <code class="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
<li><strong>api_key</strong> (<em>Required</em>): Your API key for Pushetta.</li>
<li><strong>channel_name</strong> (<em>Required</em>): The name of your channel.</li>
<li><strong>send_test_msg</strong> (<em>Optional</em>): Disable/enable the test message send on Home Asssitants startup to test the API key and the existance of the channel. Default to <code class="highlighter-rouge">False</code>.</li>
</ul>
<p>Its 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>

View file

@ -131,7 +131,7 @@
<p>Variables for the different codes:</p>
<ul>
<li><strong>protocol</strong> (<em>Optional</em>): Protocol to use, eg. <code class="highlighter-rouge">intertechno_old</code> or <code class="highlighter-rouge">daycom</code>.</li>
<li><strong>protocol</strong> (<em>Required</em>): Protocol to use, eg. <code class="highlighter-rouge">intertechno_old</code> or <code class="highlighter-rouge">daycom</code>.</li>
<li><strong>systemcode</strong> (<em>Optional</em>): The systemcode of the device.</li>
<li><strong>unit</strong> (<em>Optional</em>): The unit to use.</li>
<li><strong>id</strong> (<em>Optional</em>): ID of the device</li>