Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the madvr-envy integration."""
2 
3 DOMAIN = "madvr"
4 
5 DEFAULT_NAME = "envy"
6 DEFAULT_PORT = 44077
7 
8 # Sensor keys
9 TEMP_GPU = "temp_gpu"
10 TEMP_HDMI = "temp_hdmi"
11 TEMP_CPU = "temp_cpu"
12 TEMP_MAINBOARD = "temp_mainboard"
13 INCOMING_RES = "incoming_res"
14 INCOMING_SIGNAL_TYPE = "incoming_signal_type"
15 INCOMING_FRAME_RATE = "incoming_frame_rate"
16 INCOMING_COLOR_SPACE = "incoming_color_space"
17 INCOMING_BIT_DEPTH = "incoming_bit_depth"
18 INCOMING_COLORIMETRY = "incoming_colorimetry"
19 INCOMING_BLACK_LEVELS = "incoming_black_levels"
20 INCOMING_ASPECT_RATIO = "incoming_aspect_ratio"
21 OUTGOING_RES = "outgoing_res"
22 OUTGOING_SIGNAL_TYPE = "outgoing_signal_type"
23 OUTGOING_FRAME_RATE = "outgoing_frame_rate"
24 OUTGOING_COLOR_SPACE = "outgoing_color_space"
25 OUTGOING_BIT_DEPTH = "outgoing_bit_depth"
26 OUTGOING_COLORIMETRY = "outgoing_colorimetry"
27 OUTGOING_BLACK_LEVELS = "outgoing_black_levels"
28 ASPECT_RES = "aspect_res"
29 ASPECT_DEC = "aspect_dec"
30 ASPECT_INT = "aspect_int"
31 ASPECT_NAME = "aspect_name"
32 MASKING_RES = "masking_res"
33 MASKING_DEC = "masking_dec"
34 MASKING_INT = "masking_int"