Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.xmpp.notify.XmppNotificationService
 

Namespaces

 homeassistant.components.xmpp.notify
 

Functions

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)
 

Variables

 homeassistant.components.xmpp.notify._LOGGER = logging.getLogger(__name__)
 
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.force_starttls
 
 homeassistant.components.xmpp.notify.loop
 
 homeassistant.components.xmpp.notify.PLATFORM_SCHEMA
 
 homeassistant.components.xmpp.notify.use_ipv6
 
int homeassistant.components.xmpp.notify.XEP_0363_TIMEOUT = 10