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

Public Member Functions

None __init__ (self, Router router, list[str] default_targets)
 
None send_message (self, str message="", **Any kwargs)
 

Public Attributes

 default_targets
 
 router
 

Detailed Description

Huawei LTE router SMS notification service.

Definition at line 37 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.huawei_lte.notify.HuaweiLteSmsNotificationService.__init__ (   self,
Router  router,
list[str]  default_targets 
)
Initialize.

Definition at line 40 of file notify.py.

Member Function Documentation

◆ send_message()

None homeassistant.components.huawei_lte.notify.HuaweiLteSmsNotificationService.send_message (   self,
str   message = "",
**Any  kwargs 
)
Send message to target numbers.

Definition at line 45 of file notify.py.

Member Data Documentation

◆ default_targets

homeassistant.components.huawei_lte.notify.HuaweiLteSmsNotificationService.default_targets

Definition at line 43 of file notify.py.

◆ router

homeassistant.components.huawei_lte.notify.HuaweiLteSmsNotificationService.router

Definition at line 42 of file notify.py.


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