* Extended epson projector integration to include serial connections * Fix review changes * Improve epson types and translations * Fix comment --------- Co-authored-by: Joostlek <joostlek@outlook.com>
9 lines
194 B
Python
9 lines
194 B
Python
"""Constants for the epson integration."""
|
|
|
|
DOMAIN = "epson"
|
|
SERVICE_SELECT_CMODE = "select_cmode"
|
|
CONF_CONNECTION_TYPE = "connection_type"
|
|
|
|
ATTR_CMODE = "cmode"
|
|
HTTP = "http"
|
|
SERIAL = "serial"
|