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

Variables

string CONF_VERSION = "version"
 
string CPU_ICON = f"mdi:cpu-{64 if sys.maxsize > 2**32 else 32}-bit"
 
string DEFAULT_HOST = "localhost"
 
int DEFAULT_PORT = 61208
 
 DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)
 
string DOMAIN = "glances"
 

Detailed Description

Constants for Glances component.

Variable Documentation

◆ CONF_VERSION

string homeassistant.components.glances.const.CONF_VERSION = "version"

Definition at line 7 of file const.py.

◆ CPU_ICON

string homeassistant.components.glances.const.CPU_ICON = f"mdi:cpu-{64 if sys.maxsize > 2**32 else 32}-bit"

Definition at line 13 of file const.py.

◆ DEFAULT_HOST

string homeassistant.components.glances.const.DEFAULT_HOST = "localhost"

Definition at line 9 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.glances.const.DEFAULT_PORT = 61208

Definition at line 10 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.glances.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=60)

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 6 of file const.py.