mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
10 lines
157 B
Python
10 lines
157 B
Python
"""Constants for the epson integration."""
|
|
|
|
DOMAIN = "epson"
|
|
|
|
CONF_CONNECTION_TYPE = "connection_type"
|
|
|
|
ATTR_CMODE = "cmode"
|
|
HTTP = "http"
|
|
SERIAL = "serial"
|