Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Jabber (XMPP)">
|
||||
<meta name="twitter:description" content="Instructions how to add Jabber (XMPP) notifications to Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -93,6 +93,7 @@
|
|||
<li><strong>recipient</strong> (<em>Required</em>): The Jabber ID (JID) that will receive the messages.</li>
|
||||
<li><strong>tls</strong> (<em>Optional</em>): Allow to disable TLS. Defaults to <code class="highlighter-rouge">true</code>.</li>
|
||||
<li><strong>verify</strong> (<em>Optional</em>): Allow disabling SSL certificate validity check (e.g., self-signed certificate). Defaults to <code class="highlighter-rouge">true</code>.</li>
|
||||
<li><strong>room</strong> (<em>Optional</em>): Room’s name (e.g., example@conference.jabber.org). If set, send a message to chatroom instead of the sender.</li>
|
||||
</ul>
|
||||
<p>All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.</p>
|
||||
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>
|
||||
|
@ -131,10 +132,13 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksendaudio/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
<a href='/components/notify.clicksend_tts/'>ClickSend text-to-speech</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clickatell/'>Clikatell SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
@ -238,6 +242,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.rest/'>REST</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.rocketchat/'>Rocket.Chat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.smtp/'>SMTP</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue