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

Classes

class  SystemBridgeNotificationService
 

Functions

SystemBridgeNotificationService|None async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ATTR_ACTIONS = "actions"
 
string ATTR_AUDIO = "audio"
 
string ATTR_IMAGE = "image"
 
string ATTR_TIMEOUT = "timeout"
 

Detailed Description

Support for System Bridge notification service.

Function Documentation

◆ async_get_service()

SystemBridgeNotificationService | None homeassistant.components.system_bridge.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the System Bridge notification service.

Definition at line 31 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file notify.py.

◆ ATTR_ACTIONS

string homeassistant.components.system_bridge.notify.ATTR_ACTIONS = "actions"

Definition at line 25 of file notify.py.

◆ ATTR_AUDIO

string homeassistant.components.system_bridge.notify.ATTR_AUDIO = "audio"

Definition at line 26 of file notify.py.

◆ ATTR_IMAGE

string homeassistant.components.system_bridge.notify.ATTR_IMAGE = "image"

Definition at line 27 of file notify.py.

◆ ATTR_TIMEOUT

string homeassistant.components.system_bridge.notify.ATTR_TIMEOUT = "timeout"

Definition at line 28 of file notify.py.