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