"""Constants for the epson integration.""" DOMAIN = "epson" SERVICE_SELECT_CMODE = "select_cmode" CONF_CONNECTION_TYPE = "connection_type" ATTR_CMODE = "cmode" HTTP = "http" SERIAL = "serial"