Implement a notification service for the Free Mobile SMS service.
Definition at line 36 of file notify.py.
◆ __init__()
| def homeassistant.components.free_mobile.notify.FreeSMSNotificationService.__init__ |
( |
|
self, |
|
|
|
username, |
|
|
|
access_token |
|
) |
| |
Initialize the service.
Definition at line 39 of file notify.py.
◆ send_message()
| def homeassistant.components.free_mobile.notify.FreeSMSNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to the Free Mobile user cell.
Definition at line 43 of file notify.py.
◆ free_client
| homeassistant.components.free_mobile.notify.FreeSMSNotificationService.free_client |
The documentation for this class was generated from the following file:
- core/homeassistant/components/free_mobile/notify.py