Site updated at 2015-10-27 19:46:09 UTC

This commit is contained in:
Paulus Schoutsen 2015-10-27 12:46:09 -07:00
parent adcde053bb
commit 7412a60701
214 changed files with 2096 additions and 2370 deletions

View file

@ -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="&#109;&#97;&#105;&#108;&#116;&#111;&#x3a;&#121;&#x6f;&#x75;&#x72;&#95;&#x6e;&#x61;&#109;&#x65;&#64;&#106;&#x61;&#x62;&#x62;&#x65;&#114;&#x2e;&#x6f;&#x72;&#103;&#x2e;">&#x79;&#111;&#x75;&#x72;&#95;&#110;&#97;&#x6d;&#101;&#x40;&#x6a;&#x61;&#98;&#98;&#x65;&#x72;&#46;&#111;&#114;&#103;&#46;</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="&#x6d;&#x61;&#105;&#x6c;&#116;&#x6f;&#58;&#121;&#111;&#x75;&#x72;&#x5f;&#x6e;&#97;&#x6d;&#x65;&#64;&#x6a;&#97;&#x62;&#x62;&#x65;&#114;&#46;&#111;&#x72;&#x67;&#x2e;">&#121;&#111;&#x75;&#114;&#x5f;&#110;&#x61;&#x6d;&#x65;&#x40;&#x6a;&#97;&#x62;&#x62;&#x65;&#114;&#x2e;&#111;&#x72;&#x67;&#x2e;</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>