mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 21:04:22 +01: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"
|