Skip to content

Commit

Permalink
Update doc for notify.xmpp (home-assistant#3664)
Browse files Browse the repository at this point in the history
* Update doc for notify.xmpp

Add new optional variable.

* Small grammar changes

* Removed extra space
  • Loading branch information
ldvc authored and frenck committed Oct 18, 2017
1 parent 62bdb6f commit 06a0287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/_components/notify.xmpp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Configuration variables:
- **recipient** (*Required*): The Jabber ID (JID) that will receive the messages.
- **tls** (*Optional*): Allow to disable TLS. Defaults to `true`.
- **verify** (*Optional*): Allow disabling SSL certificate validity check (e.g., self-signed certificate). Defaults to `true`.
- **room** (*Optional*): Room's name (e.g., [email protected]). If set, send a message to chatroom instead of the sender.

All Jabber IDs (JID) must include the domain. Make sure that the password matches the account provided as sender.

Expand Down

0 comments on commit 06a0287

Please sign in to comment.