Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the LED BLE integration."""
2 
3 from typing import Final
4 
5 DOMAIN = "led_ble"
6 
7 DEVICE_TIMEOUT = 30
8 LOCAL_NAMES = {"LEDnet", "BLE-LED", "LEDBLE", "Triones", "LEDBlue"}
9 
10 UNSUPPORTED_SUB_MODEL = "LEDnetWF"
11 
12 UPDATE_SECONDS = 15
13 
14 DEFAULT_EFFECT_SPEED: Final = 50