hass-core/homeassistant/components/elgato/const.py
Franck Nijhof ae692a003f
Add support for Elgato Light Strip (#49988)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-05-05 16:41:32 -07:00

15 lines
264 B
Python

"""Constants for the Elgato Light integration."""
# Integration domain
DOMAIN = "elgato"
# Home Assistant data keys
DATA_ELGATO_CLIENT = "elgato_client"
# Attributes
ATTR_ON = "on"
CONF_SERIAL_NUMBER = "serial_number"
# Services
SERVICE_IDENTIFY = "identify"