Implement the notification service for MessageBird.
Definition at line 50 of file notify.py.
◆ __init__()
| def homeassistant.components.message_bird.notify.MessageBirdNotificationService.__init__ |
( |
|
self, |
|
|
|
sender, |
|
|
|
client |
|
) |
| |
Initialize the service.
Definition at line 53 of file notify.py.
◆ 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.
◆ client
| homeassistant.components.message_bird.notify.MessageBirdNotificationService.client |
◆ sender
| homeassistant.components.message_bird.notify.MessageBirdNotificationService.sender |
The documentation for this class was generated from the following file:
- core/homeassistant/components/message_bird/notify.py