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

Classes

class  SMSNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for SMS notification services.

Function Documentation

◆ async_get_service()

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

Definition at line 19 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file notify.py.