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" |
Constants for Glances component.
| 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) |