mirror of
https://github.com/elisspace/core.git
synced 2026-09-22 02:27:52 +00:00
11 lines
161 B
Python
11 lines
161 B
Python
"""Constants for the Elgato Light integration."""
|
|
|
|
# Integration domain
|
|
DOMAIN = "elgato"
|
|
|
|
# Attributes
|
|
ATTR_ON = "on"
|
|
|
|
# Services
|
|
SERVICE_IDENTIFY = "identify"
|