1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-11 17:39:17 +00:00
2022-11-16 23:07:02 +02:00

15 lines
271 B
Python

"""Constants for the LED BLE integration."""
from typing import Final
DOMAIN = "led_ble"
DEVICE_TIMEOUT = 30
LOCAL_NAMES = {"LEDnet", "BLE-LED", "LEDBLE", "Triones", "LEDBlue"}
UNSUPPORTED_SUB_MODEL = "LEDnetWF"
UPDATE_SECONDS = 15
DEFAULT_EFFECT_SPEED: Final = 50