Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.notify_events.notify.NotifyEventsNotificationService
 

Namespaces

 homeassistant.components.notify_events.notify
 

Functions

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

Variables

 homeassistant.components.notify_events.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.notify_events.notify.ATTR_FILE_CONTENT = "content"
 
string homeassistant.components.notify_events.notify.ATTR_FILE_KIND_FILE = "file"
 
string homeassistant.components.notify_events.notify.ATTR_FILE_KIND_IMAGE = "image"
 
string homeassistant.components.notify_events.notify.ATTR_FILE_MIME_TYPE = "mime_type"
 
string homeassistant.components.notify_events.notify.ATTR_FILE_NAME = "name"
 
string homeassistant.components.notify_events.notify.ATTR_FILE_PATH = "path"
 
string homeassistant.components.notify_events.notify.ATTR_FILE_URL = "url"
 
string homeassistant.components.notify_events.notify.ATTR_FILES = "files"
 
string homeassistant.components.notify_events.notify.ATTR_IMAGES = "images"
 
string homeassistant.components.notify_events.notify.ATTR_LEVEL = "level"
 
string homeassistant.components.notify_events.notify.ATTR_PRIORITY = "priority"
 
string homeassistant.components.notify_events.notify.ATTR_TOKEN = "token"