10 lines
161 B
Python
10 lines
161 B
Python
"""Constants for the Elgato Light integration."""
|
|
|
|
# Integration domain
|
|
DOMAIN = "elgato"
|
|
|
|
# Attributes
|
|
ATTR_ON = "on"
|
|
|
|
# Services
|
|
SERVICE_IDENTIFY = "identify"
|