Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.notify_events.notify Namespace Reference

Classes

class  NotifyEventsNotificationService
 

Functions

NotifyEventsNotificationService get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

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

Detailed Description

Notify.Events platform for notify component.

Function Documentation

◆ get_service()

NotifyEventsNotificationService homeassistant.components.notify_events.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Notify.Events notification service.

Definition at line 41 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.notify_events.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 38 of file notify.py.

◆ ATTR_FILE_CONTENT

string homeassistant.components.notify_events.notify.ATTR_FILE_CONTENT = "content"

Definition at line 29 of file notify.py.

◆ ATTR_FILE_KIND_FILE

string homeassistant.components.notify_events.notify.ATTR_FILE_KIND_FILE = "file"

Definition at line 33 of file notify.py.

◆ ATTR_FILE_KIND_IMAGE

string homeassistant.components.notify_events.notify.ATTR_FILE_KIND_IMAGE = "image"

Definition at line 34 of file notify.py.

◆ ATTR_FILE_MIME_TYPE

string homeassistant.components.notify_events.notify.ATTR_FILE_MIME_TYPE = "mime_type"

Definition at line 31 of file notify.py.

◆ ATTR_FILE_NAME

string homeassistant.components.notify_events.notify.ATTR_FILE_NAME = "name"

Definition at line 30 of file notify.py.

◆ ATTR_FILE_PATH

string homeassistant.components.notify_events.notify.ATTR_FILE_PATH = "path"

Definition at line 28 of file notify.py.

◆ ATTR_FILE_URL

string homeassistant.components.notify_events.notify.ATTR_FILE_URL = "url"

Definition at line 27 of file notify.py.

◆ ATTR_FILES

string homeassistant.components.notify_events.notify.ATTR_FILES = "files"

Definition at line 24 of file notify.py.

◆ ATTR_IMAGES

string homeassistant.components.notify_events.notify.ATTR_IMAGES = "images"

Definition at line 25 of file notify.py.

◆ ATTR_LEVEL

string homeassistant.components.notify_events.notify.ATTR_LEVEL = "level"

Definition at line 21 of file notify.py.

◆ ATTR_PRIORITY

string homeassistant.components.notify_events.notify.ATTR_PRIORITY = "priority"

Definition at line 22 of file notify.py.

◆ ATTR_TOKEN

string homeassistant.components.notify_events.notify.ATTR_TOKEN = "token"

Definition at line 36 of file notify.py.