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

Classes

class  Gateway
 

Functions

def create_sms_gateway (config, hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The sms gateway to interact with a GSM modem.

Function Documentation

◆ create_sms_gateway()

def homeassistant.components.sms.gateway.create_sms_gateway (   config,
  hass 
)
Create the sms gateway.

Definition at line 198 of file gateway.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 12 of file gateway.py.