Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tplink_lte.notify Namespace Reference

Classes

class  TplinkNotifyService
 

Functions

TplinkNotifyService|None async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for TP-Link LTE notifications.

Function Documentation

◆ async_get_service()

TplinkNotifyService | None homeassistant.components.tplink_lte.notify.async_get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the notification service.

Definition at line 21 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.tplink_lte.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file notify.py.