Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Yale Access Bluetooth integration."""
2 
3 DOMAIN = "yalexs_ble"
4 
5 CONF_LOCAL_NAME = "local_name"
6 CONF_KEY = "key"
7 CONF_SLOT = "slot"
8 CONF_ALWAYS_CONNECTED = "always_connected"
9 
10 DEVICE_TIMEOUT = 55