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

Variables

string ATTR_OPERATION_AUTORELOCK = "autorelock"
 
string ATTR_OPERATION_KEYPAD = "keypad"
 
string ATTR_OPERATION_MANUAL = "manual"
 
string ATTR_OPERATION_METHOD = "method"
 
string ATTR_OPERATION_REMOTE = "remote"
 
string ATTR_OPERATION_TAG = "tag"
 
string CONF_ACCESS_TOKEN_CACHE_FILE = "access_token_cache_file"
 
string CONF_BRAND = "brand"
 
string CONF_INSTALL_ID = "install_id"
 
string CONF_LOGIN_METHOD = "login_method"
 
string DEFAULT_LOGIN_METHOD = "email"
 
string DEFAULT_NAME = "Yale"
 
int DEFAULT_TIMEOUT = 25
 
string DOMAIN = "yale"
 
list LOGIN_METHODS = ["phone", "email"]
 
string MANUFACTURER = "Yale Home Inc."
 
string OPERATION_METHOD_AUTORELOCK = "autorelock"
 
string OPERATION_METHOD_KEYPAD = "keypad"
 
string OPERATION_METHOD_MANUAL = "manual"
 
string OPERATION_METHOD_MOBILE_DEVICE = "mobile"
 
string OPERATION_METHOD_REMOTE = "remote"
 
string OPERATION_METHOD_TAG = "tag"
 
list PLATFORMS
 
string VERIFICATION_CODE_KEY = "verification_code"
 

Detailed Description

Constants for Yale devices.

Variable Documentation

◆ ATTR_OPERATION_AUTORELOCK

string homeassistant.components.yale.const.ATTR_OPERATION_AUTORELOCK = "autorelock"

Definition at line 26 of file const.py.

◆ ATTR_OPERATION_KEYPAD

string homeassistant.components.yale.const.ATTR_OPERATION_KEYPAD = "keypad"

Definition at line 29 of file const.py.

◆ ATTR_OPERATION_MANUAL

string homeassistant.components.yale.const.ATTR_OPERATION_MANUAL = "manual"

Definition at line 30 of file const.py.

◆ ATTR_OPERATION_METHOD

string homeassistant.components.yale.const.ATTR_OPERATION_METHOD = "method"

Definition at line 27 of file const.py.

◆ ATTR_OPERATION_REMOTE

string homeassistant.components.yale.const.ATTR_OPERATION_REMOTE = "remote"

Definition at line 28 of file const.py.

◆ ATTR_OPERATION_TAG

string homeassistant.components.yale.const.ATTR_OPERATION_TAG = "tag"

Definition at line 31 of file const.py.

◆ CONF_ACCESS_TOKEN_CACHE_FILE

string homeassistant.components.yale.const.CONF_ACCESS_TOKEN_CACHE_FILE = "access_token_cache_file"

Definition at line 7 of file const.py.

◆ CONF_BRAND

string homeassistant.components.yale.const.CONF_BRAND = "brand"

Definition at line 8 of file const.py.

◆ CONF_INSTALL_ID

string homeassistant.components.yale.const.CONF_INSTALL_ID = "install_id"

Definition at line 10 of file const.py.

◆ CONF_LOGIN_METHOD

string homeassistant.components.yale.const.CONF_LOGIN_METHOD = "login_method"

Definition at line 9 of file const.py.

◆ DEFAULT_LOGIN_METHOD

string homeassistant.components.yale.const.DEFAULT_LOGIN_METHOD = "email"

Definition at line 34 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.yale.const.DEFAULT_NAME = "Yale"

Definition at line 16 of file const.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.yale.const.DEFAULT_TIMEOUT = 25

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 17 of file const.py.

◆ LOGIN_METHODS

list homeassistant.components.yale.const.LOGIN_METHODS = ["phone", "email"]

Definition at line 33 of file const.py.

◆ MANUFACTURER

string homeassistant.components.yale.const.MANUFACTURER = "Yale Home Inc."

Definition at line 14 of file const.py.

◆ OPERATION_METHOD_AUTORELOCK

string homeassistant.components.yale.const.OPERATION_METHOD_AUTORELOCK = "autorelock"

Definition at line 19 of file const.py.

◆ OPERATION_METHOD_KEYPAD

string homeassistant.components.yale.const.OPERATION_METHOD_KEYPAD = "keypad"

Definition at line 21 of file const.py.

◆ OPERATION_METHOD_MANUAL

string homeassistant.components.yale.const.OPERATION_METHOD_MANUAL = "manual"

Definition at line 22 of file const.py.

◆ OPERATION_METHOD_MOBILE_DEVICE

string homeassistant.components.yale.const.OPERATION_METHOD_MOBILE_DEVICE = "mobile"

Definition at line 24 of file const.py.

◆ OPERATION_METHOD_REMOTE

string homeassistant.components.yale.const.OPERATION_METHOD_REMOTE = "remote"

Definition at line 20 of file const.py.

◆ OPERATION_METHOD_TAG

string homeassistant.components.yale.const.OPERATION_METHOD_TAG = "tag"

Definition at line 23 of file const.py.

◆ PLATFORMS

list homeassistant.components.yale.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.CAMERA,
5  Platform.EVENT,
6  Platform.LOCK,
7  Platform.SENSOR,
8 ]

Definition at line 36 of file const.py.

◆ VERIFICATION_CODE_KEY

string homeassistant.components.yale.const.VERIFICATION_CODE_KEY = "verification_code"

Definition at line 12 of file const.py.