Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService Class Reference
Inheritance diagram for homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService:
[legend]
Collaboration diagram for homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService:
[legend]

Public Member Functions

def __init__ (self, client, room)
 
def send_message (self, message="", **kwargs)
 

Public Attributes

 client
 
 room
 

Detailed Description

The Cisco Webex Notification Service.

Definition at line 46 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService.__init__ (   self,
  client,
  room 
)
Initialize the service.

Definition at line 49 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a message to a user.

Definition at line 54 of file notify.py.

Member Data Documentation

◆ client

homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService.client

Definition at line 52 of file notify.py.

◆ room

homeassistant.components.cisco_webex_teams.notify.CiscoWebexNotificationService.room

Definition at line 51 of file notify.py.


The documentation for this class was generated from the following file: