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

Variables

dictionary ALARM_STATE_TO_HA
 
string CONF_GIID = "giid"
 
string CONF_LOCK_CODE_DIGITS = "lock_code_digits"
 
string CONF_LOCK_DEFAULT_CODE = "lock_default_code"
 
int DEFAULT_LOCK_CODE_DIGITS = 4
 
 DEFAULT_SCAN_INTERVAL = timedelta(minutes=1)
 
dictionary DEVICE_TYPE_NAME
 
string DOMAIN = "verisure"
 
 LOGGER = logging.getLogger(__package__)
 
string SERVICE_CAPTURE_SMARTCAM = "capture_smartcam"
 
string SERVICE_DISABLE_AUTOLOCK = "disable_autolock"
 
string SERVICE_ENABLE_AUTOLOCK = "enable_autolock"
 

Detailed Description

Constants for the Verisure integration.

Variable Documentation

◆ ALARM_STATE_TO_HA

dictionary homeassistant.components.verisure.const.ALARM_STATE_TO_HA
Initial value:
1 = {
2  "DISARMED": AlarmControlPanelState.DISARMED,
3  "ARMED_HOME": AlarmControlPanelState.ARMED_HOME,
4  "ARMED_AWAY": AlarmControlPanelState.ARMED_AWAY,
5  "PENDING": AlarmControlPanelState.PENDING,
6 }

Definition at line 40 of file const.py.

◆ CONF_GIID

string homeassistant.components.verisure.const.CONF_GIID = "giid"

Definition at line 12 of file const.py.

◆ CONF_LOCK_CODE_DIGITS

string homeassistant.components.verisure.const.CONF_LOCK_CODE_DIGITS = "lock_code_digits"

Definition at line 13 of file const.py.

◆ CONF_LOCK_DEFAULT_CODE

string homeassistant.components.verisure.const.CONF_LOCK_DEFAULT_CODE = "lock_default_code"

Definition at line 14 of file const.py.

◆ DEFAULT_LOCK_CODE_DIGITS

int homeassistant.components.verisure.const.DEFAULT_LOCK_CODE_DIGITS = 4

Definition at line 17 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.verisure.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=1)

Definition at line 16 of file const.py.

◆ DEVICE_TYPE_NAME

dictionary homeassistant.components.verisure.const.DEVICE_TYPE_NAME
Initial value:
1 = {
2  "CAMERAPIR2": "Camera detector",
3  "HOMEPAD1": "VoiceBox",
4  "HUMIDITY1": "Climate sensor",
5  "PIR2": "Camera detector",
6  "SIREN1": "Siren",
7  "SMARTCAMERA1": "SmartCam",
8  "SMOKE2": "Smoke detector",
9  "SMOKE3": "Smoke detector",
10  "VOICEBOX1": "VoiceBox",
11  "WATER1": "Water detector",
12  "SMOKE": "Smoke detector",
13  "SIREN": "Siren",
14  "VOICEBOX": "VoiceBox",
15 }

Definition at line 24 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.

◆ LOGGER

homeassistant.components.verisure.const.LOGGER = logging.getLogger(__package__)

Definition at line 10 of file const.py.

◆ SERVICE_CAPTURE_SMARTCAM

string homeassistant.components.verisure.const.SERVICE_CAPTURE_SMARTCAM = "capture_smartcam"

Definition at line 19 of file const.py.

◆ SERVICE_DISABLE_AUTOLOCK

string homeassistant.components.verisure.const.SERVICE_DISABLE_AUTOLOCK = "disable_autolock"

Definition at line 20 of file const.py.

◆ SERVICE_ENABLE_AUTOLOCK

string homeassistant.components.verisure.const.SERVICE_ENABLE_AUTOLOCK = "enable_autolock"

Definition at line 21 of file const.py.