"""Constants for the Elgato Light integration."""
# Integration domain
DOMAIN = "elgato"
# Attributes
ATTR_ON = "on"
# Services
SERVICE_IDENTIFY = "identify"