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

Variables

string CONF_INDEX = "index"
 
string CONF_PROCESS = "process"
 
list CPU_SENSOR_PREFIXES
 
string DOMAIN = "systemmonitor"
 
list NET_IO_TYPES
 

Detailed Description

Constants for System Monitor.

Variable Documentation

◆ CONF_INDEX

string homeassistant.components.systemmonitor.const.CONF_INDEX = "index"

Definition at line 5 of file const.py.

◆ CONF_PROCESS

string homeassistant.components.systemmonitor.const.CONF_PROCESS = "process"

Definition at line 6 of file const.py.

◆ CPU_SENSOR_PREFIXES

list homeassistant.components.systemmonitor.const.CPU_SENSOR_PREFIXES
Initial value:
1 = [
2  "amdgpu 1",
3  "aml_thermal",
4  "Core 0",
5  "Core 1",
6  "CPU Temperature",
7  "CPU",
8  "cpu-thermal 1",
9  "cpu_thermal 1",
10  "exynos-therm 1",
11  "Package id 0",
12  "Physical id 0",
13  "radeon 1",
14  "soc-thermal 1",
15  "soc_thermal 1",
16  "Tctl",
17  "cpu0-thermal",
18  "cpu0_thermal",
19  "k10temp 1",
20 ]

Definition at line 22 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ NET_IO_TYPES

list homeassistant.components.systemmonitor.const.NET_IO_TYPES
Initial value:
1 = [
2  "network_in",
3  "network_out",
4  "throughput_network_in",
5  "throughput_network_out",
6  "packets_in",
7  "packets_out",
8 ]

Definition at line 8 of file const.py.