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

Variables

string CONF_ALT_NIGHT_MODE = "alt_night_mode"
 
string CONF_AUTO_BYPASS = "auto_bypass"
 
string CONF_CODE_ARM_REQUIRED = "code_arm_required"
 
string CONF_DEVICE_BAUD = "device_baudrate"
 
string CONF_DEVICE_PATH = "device_path"
 
string CONF_RELAY_ADDR = "zone_relayaddr"
 
string CONF_RELAY_CHAN = "zone_relaychan"
 
string CONF_ZONE_LOOP = "zone_loop"
 
string CONF_ZONE_NAME = "zone_name"
 
string CONF_ZONE_NUMBER = "zone_number"
 
string CONF_ZONE_RFID = "zone_rfid"
 
string CONF_ZONE_TYPE = "zone_type"
 
bool DEFAULT_ALT_NIGHT_MODE = False
 
dictionary DEFAULT_ARM_OPTIONS
 
bool DEFAULT_AUTO_BYPASS = False
 
bool DEFAULT_CODE_ARM_REQUIRED = True
 
int DEFAULT_DEVICE_BAUD = 115200
 
string DEFAULT_DEVICE_HOST = "alarmdecoder"
 
string DEFAULT_DEVICE_PATH = "/dev/ttyUSB0"
 
int DEFAULT_DEVICE_PORT = 10000
 
string DEFAULT_ZONE_TYPE = "window"
 
 dict
 
string DOMAIN = "alarmdecoder"
 
string OPTIONS_ARM = "arm_options"
 
string OPTIONS_ZONES = "zone_options"
 
string PROTOCOL_SERIAL = "serial"
 
string PROTOCOL_SOCKET = "socket"
 
string SIGNAL_PANEL_MESSAGE = "alarmdecoder.panel_message"
 
string SIGNAL_REL_MESSAGE = "alarmdecoder.rel_message"
 
string SIGNAL_RFX_MESSAGE = "alarmdecoder.rfx_message"
 
string SIGNAL_ZONE_FAULT = "alarmdecoder.zone_fault"
 
string SIGNAL_ZONE_RESTORE = "alarmdecoder.zone_restore"
 

Detailed Description

Constants for the AlarmDecoder component.

Variable Documentation

◆ CONF_ALT_NIGHT_MODE

string homeassistant.components.alarmdecoder.const.CONF_ALT_NIGHT_MODE = "alt_night_mode"

Definition at line 3 of file const.py.

◆ CONF_AUTO_BYPASS

string homeassistant.components.alarmdecoder.const.CONF_AUTO_BYPASS = "auto_bypass"

Definition at line 4 of file const.py.

◆ CONF_CODE_ARM_REQUIRED

string homeassistant.components.alarmdecoder.const.CONF_CODE_ARM_REQUIRED = "code_arm_required"

Definition at line 5 of file const.py.

◆ CONF_DEVICE_BAUD

string homeassistant.components.alarmdecoder.const.CONF_DEVICE_BAUD = "device_baudrate"

Definition at line 6 of file const.py.

◆ CONF_DEVICE_PATH

string homeassistant.components.alarmdecoder.const.CONF_DEVICE_PATH = "device_path"

Definition at line 7 of file const.py.

◆ CONF_RELAY_ADDR

string homeassistant.components.alarmdecoder.const.CONF_RELAY_ADDR = "zone_relayaddr"

Definition at line 8 of file const.py.

◆ CONF_RELAY_CHAN

string homeassistant.components.alarmdecoder.const.CONF_RELAY_CHAN = "zone_relaychan"

Definition at line 9 of file const.py.

◆ CONF_ZONE_LOOP

string homeassistant.components.alarmdecoder.const.CONF_ZONE_LOOP = "zone_loop"

Definition at line 10 of file const.py.

◆ CONF_ZONE_NAME

string homeassistant.components.alarmdecoder.const.CONF_ZONE_NAME = "zone_name"

Definition at line 11 of file const.py.

◆ CONF_ZONE_NUMBER

string homeassistant.components.alarmdecoder.const.CONF_ZONE_NUMBER = "zone_number"

Definition at line 12 of file const.py.

◆ CONF_ZONE_RFID

string homeassistant.components.alarmdecoder.const.CONF_ZONE_RFID = "zone_rfid"

Definition at line 13 of file const.py.

◆ CONF_ZONE_TYPE

string homeassistant.components.alarmdecoder.const.CONF_ZONE_TYPE = "zone_type"

Definition at line 14 of file const.py.

◆ DEFAULT_ALT_NIGHT_MODE

bool homeassistant.components.alarmdecoder.const.DEFAULT_ALT_NIGHT_MODE = False

Definition at line 16 of file const.py.

◆ DEFAULT_ARM_OPTIONS

dictionary homeassistant.components.alarmdecoder.const.DEFAULT_ARM_OPTIONS
Initial value:
1 = {
2  CONF_ALT_NIGHT_MODE: DEFAULT_ALT_NIGHT_MODE,
3  CONF_AUTO_BYPASS: DEFAULT_AUTO_BYPASS,
4  CONF_CODE_ARM_REQUIRED: DEFAULT_CODE_ARM_REQUIRED,
5 }

Definition at line 25 of file const.py.

◆ DEFAULT_AUTO_BYPASS

bool homeassistant.components.alarmdecoder.const.DEFAULT_AUTO_BYPASS = False

Definition at line 17 of file const.py.

◆ DEFAULT_CODE_ARM_REQUIRED

bool homeassistant.components.alarmdecoder.const.DEFAULT_CODE_ARM_REQUIRED = True

Definition at line 18 of file const.py.

◆ DEFAULT_DEVICE_BAUD

int homeassistant.components.alarmdecoder.const.DEFAULT_DEVICE_BAUD = 115200

Definition at line 19 of file const.py.

◆ DEFAULT_DEVICE_HOST

string homeassistant.components.alarmdecoder.const.DEFAULT_DEVICE_HOST = "alarmdecoder"

Definition at line 20 of file const.py.

◆ DEFAULT_DEVICE_PATH

string homeassistant.components.alarmdecoder.const.DEFAULT_DEVICE_PATH = "/dev/ttyUSB0"

Definition at line 21 of file const.py.

◆ DEFAULT_DEVICE_PORT

int homeassistant.components.alarmdecoder.const.DEFAULT_DEVICE_PORT = 10000

Definition at line 22 of file const.py.

◆ DEFAULT_ZONE_TYPE

string homeassistant.components.alarmdecoder.const.DEFAULT_ZONE_TYPE = "window"

Definition at line 23 of file const.py.

◆ dict

homeassistant.components.alarmdecoder.const.dict

Definition at line 30 of file const.py.

◆ DOMAIN

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

Definition at line 32 of file const.py.

◆ OPTIONS_ARM

string homeassistant.components.alarmdecoder.const.OPTIONS_ARM = "arm_options"

Definition at line 34 of file const.py.

◆ OPTIONS_ZONES

string homeassistant.components.alarmdecoder.const.OPTIONS_ZONES = "zone_options"

Definition at line 35 of file const.py.

◆ PROTOCOL_SERIAL

string homeassistant.components.alarmdecoder.const.PROTOCOL_SERIAL = "serial"

Definition at line 37 of file const.py.

◆ PROTOCOL_SOCKET

string homeassistant.components.alarmdecoder.const.PROTOCOL_SOCKET = "socket"

Definition at line 38 of file const.py.

◆ SIGNAL_PANEL_MESSAGE

string homeassistant.components.alarmdecoder.const.SIGNAL_PANEL_MESSAGE = "alarmdecoder.panel_message"

Definition at line 40 of file const.py.

◆ SIGNAL_REL_MESSAGE

string homeassistant.components.alarmdecoder.const.SIGNAL_REL_MESSAGE = "alarmdecoder.rel_message"

Definition at line 41 of file const.py.

◆ SIGNAL_RFX_MESSAGE

string homeassistant.components.alarmdecoder.const.SIGNAL_RFX_MESSAGE = "alarmdecoder.rfx_message"

Definition at line 42 of file const.py.

◆ SIGNAL_ZONE_FAULT

string homeassistant.components.alarmdecoder.const.SIGNAL_ZONE_FAULT = "alarmdecoder.zone_fault"

Definition at line 43 of file const.py.

◆ SIGNAL_ZONE_RESTORE

string homeassistant.components.alarmdecoder.const.SIGNAL_ZONE_RESTORE = "alarmdecoder.zone_restore"

Definition at line 44 of file const.py.