Skip to content

Commit

Permalink
Add documentation for the verify configuration variable of component … (
Browse files Browse the repository at this point in the history
home-assistant#3282)

* Add documentation for the verify configuration variable of component notify.xmpp (home-assistant#9181).

* Spelling & Grammar
  • Loading branch information
ohmer1 authored and frenck committed Sep 6, 2017
1 parent 7c2602a commit f912be9
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 @@ -34,6 +34,7 @@ Configuration variables:
- **password** (*Required*): The password for your given Jabber account.
- **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`.

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 f912be9

Please sign in to comment.