Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription Class Reference
Inheritance diagram for homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription:
[legend]
Collaboration diagram for homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription:
[legend]

Static Public Attributes

 device_class
 
 key
 
 native_unit_of_measurement
 
 None
 
 precision
 
 state_class
 
 translation_key
 
- Static Public Attributes inherited from homeassistant.components.sensor.SensorEntityDescription
 None
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.util.frozen_dataclass_compat.FrozenOrThawed
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, bool frozen_or_thawed=False, **Any kwargs)
 

Detailed Description

Describes Wallbox sensor entity.

Definition at line 57 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.device_class
static

Definition at line 69 of file sensor.py.

◆ key

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.key
static

Definition at line 65 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.native_unit_of_measurement
static

Definition at line 68 of file sensor.py.

◆ None

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.None
static

Definition at line 60 of file sensor.py.

◆ precision

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.precision
static

Definition at line 67 of file sensor.py.

◆ state_class

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.state_class
static

Definition at line 70 of file sensor.py.

◆ translation_key

homeassistant.components.wallbox.sensor.WallboxSensorEntityDescription.translation_key
static

Definition at line 66 of file sensor.py.


The documentation for this class was generated from the following file: