Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.epson.const Namespace Reference

Variables

string ATTR_CMODE = "cmode"
 
string CONF_CONNECTION_TYPE = "connection_type"
 
string DOMAIN = "epson"
 
string HTTP = "http"
 
string SERIAL = "serial"
 
string SERVICE_SELECT_CMODE = "select_cmode"
 

Detailed Description

Constants for the epson integration.

Variable Documentation

◆ ATTR_CMODE

string homeassistant.components.epson.const.ATTR_CMODE = "cmode"

Definition at line 7 of file const.py.

◆ CONF_CONNECTION_TYPE

string homeassistant.components.epson.const.CONF_CONNECTION_TYPE = "connection_type"

Definition at line 5 of file const.py.

◆ DOMAIN

string homeassistant.components.epson.const.DOMAIN = "epson"

Definition at line 3 of file const.py.

◆ HTTP

string homeassistant.components.epson.const.HTTP = "http"

Definition at line 8 of file const.py.

◆ SERIAL

string homeassistant.components.epson.const.SERIAL = "serial"

Definition at line 9 of file const.py.

◆ SERVICE_SELECT_CMODE

string homeassistant.components.epson.const.SERVICE_SELECT_CMODE = "select_cmode"

Definition at line 4 of file const.py.