mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Move configuration details to docs
This commit is contained in:
parent
185ba000dd
commit
893b9fc8ac
@ -3,31 +3,8 @@ homeassistant.components.notify.xmpp
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Jabber (XMPP) notification service.
|
Jabber (XMPP) notification service.
|
||||||
|
|
||||||
Configuration:
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/notify.xmpp.html
|
||||||
To use the Jabber notifier you will need to add something like the following
|
|
||||||
to your configuration.yaml file.
|
|
||||||
|
|
||||||
notify:
|
|
||||||
platform: xmpp
|
|
||||||
sender: YOUR_JID
|
|
||||||
password: YOUR_JABBER_ACCOUNT_PASSWORD
|
|
||||||
recipient: YOUR_RECIPIENT
|
|
||||||
|
|
||||||
Variables:
|
|
||||||
|
|
||||||
sender
|
|
||||||
*Required
|
|
||||||
The Jabber ID (JID) that will act as origin of the messages. Add your JID
|
|
||||||
including the domain, e.g. your_name@jabber.org.
|
|
||||||
|
|
||||||
password
|
|
||||||
*Required
|
|
||||||
The password for your given Jabber account.
|
|
||||||
|
|
||||||
recipient
|
|
||||||
*Required
|
|
||||||
The Jabber ID (JID) that will receive the messages.
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user