Site updated at 2016-01-30 09:10:30 UTC
This commit is contained in:
parent
ccd78535f9
commit
6d295bdd37
204 changed files with 7799 additions and 1345 deletions
|
@ -107,9 +107,9 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
<p>The telegram platform uses <a href="https://web.telegram.org">Telegram</a> to delivery notifications from Home Assistant to your Android device, your Windows phone, or your iOS device.</p>
|
||||
<p>The <code>telegram</code> platform uses <a href="https://web.telegram.org">Telegram</a> to delivery notifications from Home Assistant to your Android device, your Windows phone, or your iOS device.</p>
|
||||
|
||||
<p>The requirement are:</p>
|
||||
<p>The requirements are:</p>
|
||||
|
||||
<ul>
|
||||
<li>You need a <a href="https://core.telegram.org/bots">Telegram bot</a>. Please follow those <a href="https://core.telegram.org/bots#botfather">instructions</a> to create one and get the token for your bot. Keep in mind that bots are not allowed to contact users. You need to make the first contact with your user. Meaning that you need to send a message to the bot from your user.</li>
|
||||
|
@ -199,6 +199,9 @@ print(chat_id)
|
|||
<li>
|
||||
<a href='/components/notify.free_mobile/'>Free Mobile</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.google_voice/'>Google Voice SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.instapush/'>Instapush</a>
|
||||
</li>
|
||||
|
@ -229,6 +232,9 @@ print(chat_id)
|
|||
<li>
|
||||
Telegram
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.twitter/'>Twitter</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue