mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 20:05:12 +01:00
8 lines
135 B
Python
8 lines
135 B
Python
"""Constants for the epson integration."""
|
|
|
|
DOMAIN = "epson"
|
|
SERVICE_SELECT_CMODE = "select_cmode"
|
|
|
|
ATTR_CMODE = "cmode"
|
|
HTTP = "http"
|