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

Public Member Functions

None async_send_message (self, str message="", **Any kwargs)
 

Static Public Attributes

 HomeAssistant
 

Detailed Description

Implementation of a notification service.

Definition at line 33 of file notify.py.

Member Function Documentation

◆ async_send_message()

None homeassistant.components.tplink_lte.notify.TplinkNotifyService.async_send_message (   self,
str   message = "",
**Any  kwargs 
)
Send a message to a user.

Definition at line 39 of file notify.py.

Member Data Documentation

◆ HomeAssistant

homeassistant.components.tplink_lte.notify.TplinkNotifyService.HomeAssistant
static

Definition at line 36 of file notify.py.


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