hass-core/homeassistant/components/wilight/const.py
Leonardo Figueiro a47f73244c
Add Wilight integration with SSDP (#36694)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-08-24 14:15:07 +02:00

14 lines
243 B
Python

"""Constants for the WiLight integration."""
DOMAIN = "wilight"
# Item types
ITEM_LIGHT = "light"
# Light types
LIGHT_ON_OFF = "light_on_off"
LIGHT_DIMMER = "light_dimmer"
LIGHT_COLOR = "light_rgb"
# Light service support
SUPPORT_NONE = 0