Implement broadcast notification service.
Definition at line 49 of file notify.py.
◆ __init__()
| None homeassistant.components.google_assistant_sdk.notify.BroadcastNotificationService.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
Initialize the service.
Definition at line 52 of file notify.py.
◆ async_send_message()
| None homeassistant.components.google_assistant_sdk.notify.BroadcastNotificationService.async_send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send a message.
Definition at line 56 of file notify.py.
◆ hass
| homeassistant.components.google_assistant_sdk.notify.BroadcastNotificationService.hass |
The documentation for this class was generated from the following file:
- core/homeassistant/components/google_assistant_sdk/notify.py