9 lines
171 B
Python
9 lines
171 B
Python
"""Constants for the Yale Access Bluetooth integration."""
|
|
|
|
DOMAIN = "yalexs_ble"
|
|
|
|
CONF_LOCAL_NAME = "local_name"
|
|
CONF_KEY = "key"
|
|
CONF_SLOT = "slot"
|
|
|
|
DEVICE_TIMEOUT = 55
|