Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.august.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 = "August"
 
int DEFAULT_TIMEOUT = 25
 
string DOMAIN = "august"
 
list LOGIN_METHODS = ["phone", "email"]
 
string MANUFACTURER = "August Home Inc."
 
string NOTIFICATION_ID = "august_notification"
 
string NOTIFICATION_TITLE = "August"
 
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 August devices.

Variable Documentation

◆ ATTR_OPERATION_AUTORELOCK

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

Definition at line 29 of file const.py.

◆ ATTR_OPERATION_KEYPAD

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

Definition at line 32 of file const.py.

◆ ATTR_OPERATION_MANUAL

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

Definition at line 33 of file const.py.

◆ ATTR_OPERATION_METHOD

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

Definition at line 30 of file const.py.

◆ ATTR_OPERATION_REMOTE

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

Definition at line 31 of file const.py.

◆ ATTR_OPERATION_TAG

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

Definition at line 34 of file const.py.

◆ CONF_ACCESS_TOKEN_CACHE_FILE

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

Definition at line 7 of file const.py.

◆ CONF_BRAND

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

Definition at line 8 of file const.py.

◆ CONF_INSTALL_ID

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

Definition at line 10 of file const.py.

◆ CONF_LOGIN_METHOD

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

Definition at line 9 of file const.py.

◆ DEFAULT_LOGIN_METHOD

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

Definition at line 37 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.august.const.DEFAULT_NAME = "August"

Definition at line 19 of file const.py.

◆ DEFAULT_TIMEOUT

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

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 20 of file const.py.

◆ LOGIN_METHODS

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

Definition at line 36 of file const.py.

◆ MANUFACTURER

string homeassistant.components.august.const.MANUFACTURER = "August Home Inc."

Definition at line 17 of file const.py.

◆ NOTIFICATION_ID

string homeassistant.components.august.const.NOTIFICATION_ID = "august_notification"

Definition at line 14 of file const.py.

◆ NOTIFICATION_TITLE

string homeassistant.components.august.const.NOTIFICATION_TITLE = "August"

Definition at line 15 of file const.py.

◆ OPERATION_METHOD_AUTORELOCK

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

Definition at line 22 of file const.py.

◆ OPERATION_METHOD_KEYPAD

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

Definition at line 24 of file const.py.

◆ OPERATION_METHOD_MANUAL

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

Definition at line 25 of file const.py.

◆ OPERATION_METHOD_MOBILE_DEVICE

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

Definition at line 27 of file const.py.

◆ OPERATION_METHOD_REMOTE

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

Definition at line 23 of file const.py.

◆ OPERATION_METHOD_TAG

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

Definition at line 26 of file const.py.

◆ PLATFORMS

list homeassistant.components.august.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 39 of file const.py.

◆ VERIFICATION_CODE_KEY

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

Definition at line 12 of file const.py.