Implement the notification service for LlamaLab Automate.
Definition at line 50 of file notify.py.
◆ __init__()
| def homeassistant.components.llamalab_automate.notify.AutomateNotificationService.__init__ |
( |
|
self, |
|
|
|
secret, |
|
|
|
recipient, |
|
|
|
device = None |
|
) |
| |
Initialize the service.
Definition at line 53 of file notify.py.
◆ send_message()
| def homeassistant.components.llamalab_automate.notify.AutomateNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 59 of file notify.py.
◆ _device
| homeassistant.components.llamalab_automate.notify.AutomateNotificationService._device |
|
private |
◆ _recipient
| homeassistant.components.llamalab_automate.notify.AutomateNotificationService._recipient |
|
private |
◆ _secret
| homeassistant.components.llamalab_automate.notify.AutomateNotificationService._secret |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/llamalab_automate/notify.py