core/homeassistant/components/led_ble/const.py

11 lines
211 B
Python
Raw Normal View History

"""Constants for the LED BLE integration."""
DOMAIN = "led_ble"
DEVICE_TIMEOUT = 30
LOCAL_NAMES = {"LEDnet", "BLE-LED", "LEDBLE", "Triones", "LEDBlue"}
UNSUPPORTED_SUB_MODEL = "LEDnetWF"
UPDATE_SECONDS = 15