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

Variables

string CONF_ALWAYS_CONNECTED = "always_connected"
 
string CONF_KEY = "key"
 
string CONF_LOCAL_NAME = "local_name"
 
string CONF_SLOT = "slot"
 
int DEVICE_TIMEOUT = 55
 
string DOMAIN = "yalexs_ble"
 

Detailed Description

Constants for the Yale Access Bluetooth integration.

Variable Documentation

◆ CONF_ALWAYS_CONNECTED

string homeassistant.components.yalexs_ble.const.CONF_ALWAYS_CONNECTED = "always_connected"

Definition at line 8 of file const.py.

◆ CONF_KEY

string homeassistant.components.yalexs_ble.const.CONF_KEY = "key"

Definition at line 6 of file const.py.

◆ CONF_LOCAL_NAME

string homeassistant.components.yalexs_ble.const.CONF_LOCAL_NAME = "local_name"

Definition at line 5 of file const.py.

◆ CONF_SLOT

string homeassistant.components.yalexs_ble.const.CONF_SLOT = "slot"

Definition at line 7 of file const.py.

◆ DEVICE_TIMEOUT

int homeassistant.components.yalexs_ble.const.DEVICE_TIMEOUT = 55

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.