|
| def | __init__ (self, sender, resource, password, recipient, tls, verify, room, hass) |
| |
| def | async_send_message (self, message="", **kwargs) |
| |
Implement the notification service for Jabber (XMPP).
Definition at line 90 of file notify.py.
◆ __init__()
| def homeassistant.components.xmpp.notify.XmppNotificationService.__init__ |
( |
|
self, |
|
|
|
sender, |
|
|
|
resource, |
|
|
|
password, |
|
|
|
recipient, |
|
|
|
tls, |
|
|
|
verify, |
|
|
|
room, |
|
|
|
hass |
|
) |
| |
Initialize the service.
Definition at line 93 of file notify.py.
◆ async_send_message()
| def homeassistant.components.xmpp.notify.XmppNotificationService.async_send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 104 of file notify.py.
◆ _hass
| homeassistant.components.xmpp.notify.XmppNotificationService._hass |
|
private |
◆ _password
| homeassistant.components.xmpp.notify.XmppNotificationService._password |
|
private |
◆ _recipients
| homeassistant.components.xmpp.notify.XmppNotificationService._recipients |
|
private |
◆ _resource
| homeassistant.components.xmpp.notify.XmppNotificationService._resource |
|
private |
◆ _room
| homeassistant.components.xmpp.notify.XmppNotificationService._room |
|
private |
◆ _sender
| homeassistant.components.xmpp.notify.XmppNotificationService._sender |
|
private |
◆ _tls
| homeassistant.components.xmpp.notify.XmppNotificationService._tls |
|
private |
◆ _verify
| homeassistant.components.xmpp.notify.XmppNotificationService._verify |
|
private |
The documentation for this class was generated from the following file: