Site updated at 2017-10-23 07:10:20 UTC

This commit is contained in:
Travis CI 2017-10-23 07:10:20 +00:00
parent d6f33f47d8
commit 0d7544657e
225 changed files with 1981 additions and 1714 deletions

View file

@ -90,9 +90,9 @@
<li><strong>name</strong> (Optional): Setting the optional parameter name allows multiple notifiers to be created. The default value is <code class="highlighter-rouge">ClickSend</code>. The notifier will bind to the service notify.NOTIFIER_NAME.</li>
<li><strong>username</strong> (Required): Your username.</li>
<li><strong>api_key</strong> (Required): Your API Key.</li>
<li><strong>recipient</strong> (Required): Your phone no. This is where you want to send your notification SMS messages. eg: <code class="highlighter-rouge">09171234567</code></li>
<li><strong>language</strong> (Optional): The language you want to use to convert the message to audio. Accepted values are found in the <a href="http://docs.clicksend.apiary.io/#reference/voice/voice-languages">ClickSend Documentation</a>. Default value is en-us.</li>
<li><strong>voice</strong> (Optional): The voice that needs to be used to play the message to the recipient. Allowed values are female or male. Default value is female.</li>
<li><strong>recipient</strong> (Required): Your phone number. This is where you want to send your notification SMS messages (e.g., <code class="highlighter-rouge">09171234567</code>)</li>
<li><strong>language</strong> (Optional): The language you want to use to convert the message to audio. Accepted values are found in the <a href="http://docs.clicksend.apiary.io/#reference/voice/voice-languages">ClickSend Documentation</a>. Default value is <code class="highlighter-rouge">en-us</code>.</li>
<li><strong>voice</strong> (Optional): The voice that needs to be used to play the message to the recipient. Allowed values are <code class="highlighter-rouge">female</code> or <code class="highlighter-rouge">male</code>. Default value is <code class="highlighter-rouge">female</code>.</li>
</ul>
<p>To use notifications, please see the <a href="https://home-assistant.io/getting-started/automation/">getting started with automation page</a>.</p>
</article>