core/homeassistant/components/epson/const.py

9 lines
168 B
Python

"""Constants for the epson integration."""
DOMAIN = "epson"
SERVICE_SELECT_CMODE = "select_cmode"
ATTR_CMODE = "cmode"
DEFAULT_NAME = "EPSON Projector"
HTTP = "http"