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

Classes

class  GlancesSensor
 
class  GlancesSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, GlancesConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary SENSOR_TYPES
 

Detailed Description

Support gathering system information of hosts which are running glances.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.glances.sensor.async_setup_entry ( HomeAssistant  hass,
GlancesConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Glances sensors.

Definition at line 288 of file sensor.py.

Variable Documentation

◆ SENSOR_TYPES

dictionary homeassistant.components.glances.sensor.SENSOR_TYPES

Definition at line 36 of file sensor.py.