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

Public Member Functions

None __init__ (self, ConfigType config, dict[str, Any] discovery_info)
 
def async_send_message (self, message="", **kwargs)
 

Public Attributes

 config
 

Detailed Description

Implementation of a notification service.

Definition at line 30 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.netgear_lte.notify.NetgearNotifyService.__init__ (   self,
ConfigType  config,
dict[str, Any]  discovery_info 
)
Initialize the service.

Definition at line 33 of file notify.py.

Member Function Documentation

◆ async_send_message()

def homeassistant.components.netgear_lte.notify.NetgearNotifyService.async_send_message (   self,
  message = "",
**  kwargs 
)
Send a message to a user.

Definition at line 42 of file notify.py.

Member Data Documentation

◆ config

homeassistant.components.netgear_lte.notify.NetgearNotifyService.config

Definition at line 39 of file notify.py.


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