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

Public Member Functions

def __init__ (self, sender, client)
 
def send_message (self, message=None, **kwargs)
 

Public Attributes

 client
 
 sender
 

Detailed Description

Implement the notification service for MessageBird.

Definition at line 50 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.message_bird.notify.MessageBirdNotificationService.__init__ (   self,
  sender,
  client 
)
Initialize the service.

Definition at line 53 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.message_bird.notify.MessageBirdNotificationService.send_message (   self,
  message = None,
**  kwargs 
)
Send a message to a specified target.

Definition at line 58 of file notify.py.

Member Data Documentation

◆ client

homeassistant.components.message_bird.notify.MessageBirdNotificationService.client

Definition at line 56 of file notify.py.

◆ sender

homeassistant.components.message_bird.notify.MessageBirdNotificationService.sender

Definition at line 55 of file notify.py.


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