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

Variables

string CONF_BAUD_SPEED = "baud_speed"
 
string CONF_UNICODE = "unicode"
 
string DEFAULT_BAUD_SPEED = "0"
 
list DEFAULT_BAUD_SPEEDS
 
int DEFAULT_SCAN_INTERVAL = 30
 
string DOMAIN = "sms"
 
string GATEWAY = "gateway"
 
string HASS_CONFIG = "sms_hass_config"
 
string NETWORK_COORDINATOR = "network_coordinator"
 
string SIGNAL_COORDINATOR = "signal_coordinator"
 
string SMS_GATEWAY = "SMS_GATEWAY"
 
string SMS_STATE_UNREAD = "UnRead"
 

Detailed Description

Constants for sms Component.

Variable Documentation

◆ CONF_BAUD_SPEED

string homeassistant.components.sms.const.CONF_BAUD_SPEED = "baud_speed"

Definition at line 11 of file const.py.

◆ CONF_UNICODE

string homeassistant.components.sms.const.CONF_UNICODE = "unicode"

Definition at line 12 of file const.py.

◆ DEFAULT_BAUD_SPEED

string homeassistant.components.sms.const.DEFAULT_BAUD_SPEED = "0"

Definition at line 13 of file const.py.

◆ DEFAULT_BAUD_SPEEDS

list homeassistant.components.sms.const.DEFAULT_BAUD_SPEEDS
Initial value:
1 = [
2  {"value": DEFAULT_BAUD_SPEED, "label": "Auto"},
3  {"value": "50", "label": "50"},
4  {"value": "75", "label": "75"},
5  {"value": "110", "label": "110"},
6  {"value": "134", "label": "134"},
7  {"value": "150", "label": "150"},
8  {"value": "200", "label": "200"},
9  {"value": "300", "label": "300"},
10  {"value": "600", "label": "600"},
11  {"value": "1200", "label": "1200"},
12  {"value": "1800", "label": "1800"},
13  {"value": "2400", "label": "2400"},
14  {"value": "4800", "label": "4800"},
15  {"value": "9600", "label": "9600"},
16  {"value": "19200", "label": "19200"},
17  {"value": "28800", "label": "28800"},
18  {"value": "38400", "label": "38400"},
19  {"value": "57600", "label": "57600"},
20  {"value": "76800", "label": "76800"},
21  {"value": "115200", "label": "115200"},
22 ]

Definition at line 14 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.sms.const.DEFAULT_SCAN_INTERVAL = 30

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.sms.const.DOMAIN = "sms"

Definition at line 3 of file const.py.

◆ GATEWAY

string homeassistant.components.sms.const.GATEWAY = "gateway"

Definition at line 9 of file const.py.

◆ HASS_CONFIG

string homeassistant.components.sms.const.HASS_CONFIG = "sms_hass_config"

Definition at line 5 of file const.py.

◆ NETWORK_COORDINATOR

string homeassistant.components.sms.const.NETWORK_COORDINATOR = "network_coordinator"

Definition at line 8 of file const.py.

◆ SIGNAL_COORDINATOR

string homeassistant.components.sms.const.SIGNAL_COORDINATOR = "signal_coordinator"

Definition at line 7 of file const.py.

◆ SMS_GATEWAY

string homeassistant.components.sms.const.SMS_GATEWAY = "SMS_GATEWAY"

Definition at line 4 of file const.py.

◆ SMS_STATE_UNREAD

string homeassistant.components.sms.const.SMS_STATE_UNREAD = "UnRead"

Definition at line 6 of file const.py.