Merge pull request #10 from fabaff/xmpp

Xmpp page
This commit is contained in:
Paulus Schoutsen 2015-05-10 22:58:13 -07:00
commit 5fcbbee583
3 changed files with 32 additions and 0 deletions

View File

@ -186,6 +186,12 @@ the manufacturers of these devices.
<td>Allow sending messages using PushOver</td>
</tr>
<tr>
<td><img src='/images/supported_brands/xmpp.png' class='brand' /></td>
<td><a href='/components/notify.xmpp.html'>Jabber (XMPP)</a></td>
<td>Allow sending messages using Jabber (XMPP)</td>
</tr>
<tr>
<td></td>
<td><a href='/components/browser.html'>Browser</a></td>

View File

@ -0,0 +1,26 @@
---
layout: page
title: "Jabber (XMPP) notification support"
description: "Instructions how to add Jabber (XMPP) notifications to Home Assistant."
date: 2015-05-08 18:00
sidebar: false
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/xmpp.png' class='brand pull-right' />
The xmpp platform allows you to deliver notifications from Home Assistant to a Jabber (XMPP) account.
```yaml
# Example configuration.yaml entry
notify:
platform: xmpp
sender: YOUR_JID
password: YOUR_JABBER_ACCOUNT_PASSWORD
recipient: YOUR_RECIPIENT
```
All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.
To use notifications, please see the [getting started with automation page]({{site_root}}/components/automation.html).

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB