Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.signal_messenger.notify.SignalNotificationService
 

Namespaces

 homeassistant.components.signal_messenger.notify
 

Functions

SignalNotificationService homeassistant.components.signal_messenger.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.signal_messenger.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.signal_messenger.notify.ATTR_FILENAMES = "attachments"
 
string homeassistant.components.signal_messenger.notify.ATTR_TEXTMODE = "text_mode"
 
string homeassistant.components.signal_messenger.notify.ATTR_URLS = "urls"
 
string homeassistant.components.signal_messenger.notify.ATTR_VERIFY_SSL = "verify_ssl"
 
int homeassistant.components.signal_messenger.notify.CONF_MAX_ALLOWED_DOWNLOAD_SIZE_BYTES = 52428800
 
string homeassistant.components.signal_messenger.notify.CONF_RECP_NR = "recipients"
 
string homeassistant.components.signal_messenger.notify.CONF_SENDER_NR = "number"
 
string homeassistant.components.signal_messenger.notify.CONF_SIGNAL_CLI_REST_API = "url"
 
 homeassistant.components.signal_messenger.notify.DATA_FILENAMES_SCHEMA
 
 homeassistant.components.signal_messenger.notify.DATA_SCHEMA
 
 homeassistant.components.signal_messenger.notify.DATA_URLS_SCHEMA
 
 homeassistant.components.signal_messenger.notify.PLATFORM_SCHEMA
 
list homeassistant.components.signal_messenger.notify.TEXTMODE_OPTIONS = ["normal", "styled"]