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

Classes

class  CiscoWebexNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_ROOM_ID = "room_id"
 
 PLATFORM_SCHEMA
 

Detailed Description

Cisco Webex notify component.

Function Documentation

◆ get_service()

CiscoWebexNotificationService | None homeassistant.components.cisco_webex_teams.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Cisco Webex notification service.

Definition at line 29 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 20 of file notify.py.

◆ CONF_ROOM_ID

string homeassistant.components.cisco_webex_teams.notify.CONF_ROOM_ID = "room_id"

Definition at line 22 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.cisco_webex_teams.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_TOKEN): cv.string, vol.Required(CONF_ROOM_ID): cv.string}
3 )

Definition at line 24 of file notify.py.