Site updated at 2017-09-09 08:11:28 UTC

This commit is contained in:
Travis CI 2017-09-09 08:11:28 +00:00
parent 884f293365
commit f9e31a30cd
827 changed files with 13304 additions and 2121 deletions

View file

@ -87,7 +87,7 @@ Calls are limited to 10 minutes and will play a short trial message before your
<p>Configuration variables:</p>
<ul>
<li><strong>account_sid</strong> (<em>Required</em>): Your Twilio Account SID which can be found in your <a href="https://www.twilio.com/console">console</a>. It starts with the letters <code class="highlighter-rouge">AC</code>.</li>
<li><strong>auth_token</strong> (<em>Required</em>): Your Twilio Account SID which can be found in your <a href="https://www.twilio.com/console">console</a>. It should be directly under where you found the <code class="highlighter-rouge">account_sid</code>.</li>
<li><strong>auth_token</strong> (<em>Required</em>): Your Twilio AUTH TOKEN which can be found in your <a href="https://www.twilio.com/console">console</a>. It should be directly under where you found the <code class="highlighter-rouge">account_sid</code>.</li>
</ul>
<h3><a class="title-link" name="usage" href="#usage"></a> Usage</h3>
<p>After configuring the base Twilio component, add and configure either or both of the <a href="https://home-assistant.io/components/notify.twilio_sms/">twilio SMS</a> and <a href="https://home-assistant.io/components/notify.twilio_call">twilio Phone</a> components to utilize the notification functionality.</p>
@ -265,6 +265,9 @@ Calls are limited to 10 minutes and will play a short trial message before your
<li>
<a href='/components/tellduslive/'>Telldus Live</a>
</li>
<li>
<a href='/components/tesla/'>Tesla</a>
</li>
<li>
Twilio
</li>