mirror of
https://github.com/home-assistant/core.git
synced 2025-05-13 02:19:16 +00:00

* update .coveragerc, move epson constants to const.py, move epson cutsom service to epson domain * Newline in services.yaml
11 lines
206 B
Python
11 lines
206 B
Python
"""Constants for the Epson projector component."""
|
|
DOMAIN = "epson"
|
|
SERVICE_SELECT_CMODE = "select_cmode"
|
|
|
|
ATTR_CMODE = "cmode"
|
|
|
|
DATA_EPSON = "epson"
|
|
DEFAULT_NAME = "EPSON Projector"
|
|
|
|
SUPPORT_CMODE = 33001
|