Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.free_mobile.notify.FreeSMSNotificationService Class Reference
Inheritance diagram for homeassistant.components.free_mobile.notify.FreeSMSNotificationService:
[legend]
Collaboration diagram for homeassistant.components.free_mobile.notify.FreeSMSNotificationService:
[legend]

Public Member Functions

def __init__ (self, username, access_token)
 
def send_message (self, message="", **kwargs)
 

Public Attributes

 free_client
 

Detailed Description

Implement a notification service for the Free Mobile SMS service.

Definition at line 36 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.free_mobile.notify.FreeSMSNotificationService.__init__ (   self,
  username,
  access_token 
)
Initialize the service.

Definition at line 39 of file notify.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ free_client

homeassistant.components.free_mobile.notify.FreeSMSNotificationService.free_client

Definition at line 41 of file notify.py.


The documentation for this class was generated from the following file: