Site updated at 2015-10-27 19:46:09 UTC
This commit is contained in:
parent
adcde053bb
commit
7412a60701
214 changed files with 2096 additions and 2370 deletions
|
@ -5,6 +5,7 @@
|
|||
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||
|
||||
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -20,7 +21,7 @@
|
|||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Jabber (XMPP)">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/notify.xmpp.html/">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/notify.xmpp.html">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions how to add Jabber (XMPP) notifications to Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
@ -119,7 +120,7 @@ notify:
|
|||
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code>name</code> allows multiple notifiers to be created. The default value is <code>notify</code>. The notifier will bind to the service <code>notify.NOTIFIER_NAME</code>.</li>
|
||||
<li><strong>sender</strong> (<em>Required</em>): The Jabber ID (JID) that will act as origin of the messages. Add your JID including the domain, eg. <a href="mailto:your_name@jabber.org.">your_name@jabber.org.</a></li>
|
||||
<li><strong>sender</strong> (<em>Required</em>): The Jabber ID (JID) that will act as origin of the messages. Add your JID including the domain, eg. <a href="mailto:your_name@jabber.org.">your_name@jabber.org.</a></li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for your given Jabber account.</li>
|
||||
<li><strong>priority</strong> (<em>Required</em>): The Jabber ID (JID) that will receive the messages.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue