core/homeassistant/components/yalexs_ble/const.py

10 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