Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the epson integration."""
2 
3 DOMAIN = "epson"
4 SERVICE_SELECT_CMODE = "select_cmode"
5 CONF_CONNECTION_TYPE = "connection_type"
6 
7 ATTR_CMODE = "cmode"
8 HTTP = "http"
9 SERIAL = "serial"