Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.glances.const
 

Variables

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