From c943e8de696efbc788c5bfd1b4764b0284a2f3e4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 22:36:48 +0200 Subject: [PATCH] Update configuration sample --- source/components/notify.xmpp.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/components/notify.xmpp.markdown b/source/components/notify.xmpp.markdown index a622df258d6..8576656a0dd 100644 --- a/source/components/notify.xmpp.markdown +++ b/source/components/notify.xmpp.markdown @@ -15,11 +15,11 @@ The xmpp platform allows you to deliver notifications from Home Assistant to a [ ```yaml # Example configuration.yaml entry notify: - name: NOTIFIER_NAME - platform: xmpp - sender: YOUR_JID - password: YOUR_JABBER_ACCOUNT_PASSWORD - recipient: YOUR_RECIPIENT + name: NOTIFIER_NAME + platform: xmpp + sender: YOUR_JID + password: YOUR_JABBER_ACCOUNT_PASSWORD + recipient: YOUR_RECIPIENT ``` Configuration variables: