Implementation of a notification service for the ClickSend service.
Definition at line 59 of file notify.py.
◆ __init__()
| None homeassistant.components.clicksend.notify.ClicksendNotificationService.__init__ |
( |
|
self, |
|
|
ConfigType |
config |
|
) |
| |
Initialize the service.
Definition at line 62 of file notify.py.
◆ send_message()
| None homeassistant.components.clicksend.notify.ClicksendNotificationService.send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 69 of file notify.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/clicksend/notify.py