mirror of
https://github.com/home-assistant/core.git
synced 2025-05-11 17:39:17 +00: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"
|