2021-05-05 23:41:32 +00:00
|
|
|
"""Constants for the Elgato Light integration."""
|
2019-12-08 08:26:31 +00:00
|
|
|
|
|
|
|
# Integration domain
|
|
|
|
DOMAIN = "elgato"
|
|
|
|
|
2020-01-05 12:09:17 +00:00
|
|
|
# Home Assistant data keys
|
2019-12-08 08:26:31 +00:00
|
|
|
DATA_ELGATO_CLIENT = "elgato_client"
|
|
|
|
|
|
|
|
# Attributes
|
|
|
|
ATTR_ON = "on"
|
|
|
|
|
|
|
|
CONF_SERIAL_NUMBER = "serial_number"
|
2021-05-03 15:32:10 +00:00
|
|
|
|
|
|
|
# Services
|
|
|
|
SERVICE_IDENTIFY = "identify"
|