Implement the notification service for the service bus service.
Definition at line 88 of file notify.py.
◆ __init__()
| def homeassistant.components.azure_service_bus.notify.ServiceBusNotificationService.__init__ |
( |
|
self, |
|
|
|
client |
|
) |
| |
Initialize the service.
Definition at line 91 of file notify.py.
◆ async_send_message()
| def homeassistant.components.azure_service_bus.notify.ServiceBusNotificationService.async_send_message |
( |
|
self, |
|
|
|
message, |
|
|
** |
kwargs |
|
) |
| |
Send a message.
Definition at line 95 of file notify.py.
◆ _client
| homeassistant.components.azure_service_bus.notify.ServiceBusNotificationService._client |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/azure_service_bus/notify.py