Classes | |
| class | XmppNotificationService |
Functions | |
| XmppNotificationService | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
| def | async_send_message (sender, password, recipients, use_tls, verify_certificate, room, hass, message, timeout=None, data=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_DATA = "data" |
| string | ATTR_PATH = "path" |
| string | ATTR_PATH_TEMPLATE = "path_template" |
| string | ATTR_TIMEOUT = "timeout" |
| string | ATTR_URL = "url" |
| string | ATTR_URL_TEMPLATE = "url_template" |
| string | ATTR_VERIFY = "verify" |
| string | CONF_TLS = "tls" |
| string | CONF_VERIFY = "verify" |
| string | DEFAULT_CONTENT_TYPE = "application/octet-stream" |
| string | DEFAULT_RESOURCE = "home-assistant" |
| force_starttls | |
| loop | |
| PLATFORM_SCHEMA | |
| use_ipv6 | |
| int | XEP_0363_TIMEOUT = 10 |
Jabber (XMPP) notification service.
| XmppNotificationService homeassistant.components.xmpp.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| def homeassistant.components.xmpp.notify.async_send_message | ( | sender, | |
| password, | |||
| recipients, | |||
| use_tls, | |||
| verify_certificate, | |||
| room, | |||
| hass, | |||
| message, | |||
timeout = None, |
|||
data = None |
|||
| ) |
|
private |
| string homeassistant.components.xmpp.notify.ATTR_DATA = "data" |
| string homeassistant.components.xmpp.notify.ATTR_PATH = "path" |
| string homeassistant.components.xmpp.notify.ATTR_PATH_TEMPLATE = "path_template" |
| string homeassistant.components.xmpp.notify.ATTR_TIMEOUT = "timeout" |
| string homeassistant.components.xmpp.notify.ATTR_URL = "url" |
| string homeassistant.components.xmpp.notify.ATTR_URL_TEMPLATE = "url_template" |
| string homeassistant.components.xmpp.notify.ATTR_VERIFY = "verify" |
| string homeassistant.components.xmpp.notify.CONF_TLS = "tls" |
| string homeassistant.components.xmpp.notify.CONF_VERIFY = "verify" |
| string homeassistant.components.xmpp.notify.DEFAULT_CONTENT_TYPE = "application/octet-stream" |
| string homeassistant.components.xmpp.notify.DEFAULT_RESOURCE = "home-assistant" |
| homeassistant.components.xmpp.notify.PLATFORM_SCHEMA |