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

Public Member Functions

def __init__ (self, client)
 
def send_message (self, message, **kwargs)
 

Private Attributes

 _client
 

Detailed Description

Implement the notification service for the Dovado SMS component.

Definition at line 25 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.dovado.notify.DovadoSMSNotificationService.__init__ (   self,
  client 
)
Initialize the service.

Definition at line 28 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.dovado.notify.DovadoSMSNotificationService.send_message (   self,
  message,
**  kwargs 
)
Send SMS to the specified target phone number.

Definition at line 32 of file notify.py.

Member Data Documentation

◆ _client

homeassistant.components.dovado.notify.DovadoSMSNotificationService._client
private

Definition at line 30 of file notify.py.


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