Define the Google Mail notification logic.
Definition at line 35 of file notify.py.
◆ __init__()
| None homeassistant.components.google_mail.notify.GMailNotificationService.__init__ |
( |
|
self, |
|
|
dict[str, Any] |
config |
|
) |
| |
Initialize the service.
Definition at line 38 of file notify.py.
◆ async_send_message()
| None homeassistant.components.google_mail.notify.GMailNotificationService.async_send_message |
( |
|
self, |
|
|
str |
message, |
|
|
**Any |
kwargs |
|
) |
| |
Send a message.
Definition at line 42 of file notify.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/google_mail/notify.py