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

Classes

class  HuaweiLteSmsNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Huawei LTE router notifications.

Function Documentation

◆ async_get_service()

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

Definition at line 22 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file notify.py.