mirror of
https://github.com/home-assistant/core.git
synced 2025-05-17 04:19:16 +00:00
9 lines
155 B
Python
9 lines
155 B
Python
"""Constants for the epson integration."""
|
|
|
|
DOMAIN = "epson"
|
|
SERVICE_SELECT_CMODE = "select_cmode"
|
|
|
|
ATTR_CMODE = "cmode"
|
|
|
|
DEFAULT_NAME = "EPSON Projector"
|