Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.madvr.const
 

Variables

string homeassistant.components.madvr.const.ASPECT_DEC = "aspect_dec"
 
string homeassistant.components.madvr.const.ASPECT_INT = "aspect_int"
 
string homeassistant.components.madvr.const.ASPECT_NAME = "aspect_name"
 
string homeassistant.components.madvr.const.ASPECT_RES = "aspect_res"
 
string homeassistant.components.madvr.const.DEFAULT_NAME = "envy"
 
int homeassistant.components.madvr.const.DEFAULT_PORT = 44077
 
string homeassistant.components.madvr.const.DOMAIN = "madvr"
 
string homeassistant.components.madvr.const.INCOMING_ASPECT_RATIO = "incoming_aspect_ratio"
 
string homeassistant.components.madvr.const.INCOMING_BIT_DEPTH = "incoming_bit_depth"
 
string homeassistant.components.madvr.const.INCOMING_BLACK_LEVELS = "incoming_black_levels"
 
string homeassistant.components.madvr.const.INCOMING_COLOR_SPACE = "incoming_color_space"
 
string homeassistant.components.madvr.const.INCOMING_COLORIMETRY = "incoming_colorimetry"
 
string homeassistant.components.madvr.const.INCOMING_FRAME_RATE = "incoming_frame_rate"
 
string homeassistant.components.madvr.const.INCOMING_RES = "incoming_res"
 
string homeassistant.components.madvr.const.INCOMING_SIGNAL_TYPE = "incoming_signal_type"
 
string homeassistant.components.madvr.const.MASKING_DEC = "masking_dec"
 
string homeassistant.components.madvr.const.MASKING_INT = "masking_int"
 
string homeassistant.components.madvr.const.MASKING_RES = "masking_res"
 
string homeassistant.components.madvr.const.OUTGOING_BIT_DEPTH = "outgoing_bit_depth"
 
string homeassistant.components.madvr.const.OUTGOING_BLACK_LEVELS = "outgoing_black_levels"
 
string homeassistant.components.madvr.const.OUTGOING_COLOR_SPACE = "outgoing_color_space"
 
string homeassistant.components.madvr.const.OUTGOING_COLORIMETRY = "outgoing_colorimetry"
 
string homeassistant.components.madvr.const.OUTGOING_FRAME_RATE = "outgoing_frame_rate"
 
string homeassistant.components.madvr.const.OUTGOING_RES = "outgoing_res"
 
string homeassistant.components.madvr.const.OUTGOING_SIGNAL_TYPE = "outgoing_signal_type"
 
string homeassistant.components.madvr.const.TEMP_CPU = "temp_cpu"
 
string homeassistant.components.madvr.const.TEMP_GPU = "temp_gpu"
 
string homeassistant.components.madvr.const.TEMP_HDMI = "temp_hdmi"
 
string homeassistant.components.madvr.const.TEMP_MAINBOARD = "temp_mainboard"