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

Static Public Attributes

 device_class
 
 entity_registry_enabled_default
 
 key
 
 measurement_type
 
 native_unit_of_measurement
 
 None
 
 state_class
 
 suggested_display_precision
 
 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

Immutable class for describing withings data.

Definition at line 66 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.device_class
static

Definition at line 81 of file sensor.py.

◆ entity_registry_enabled_default

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.entity_registry_enabled_default
static

Definition at line 128 of file sensor.py.

◆ key

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.key
static

Definition at line 77 of file sensor.py.

◆ measurement_type

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.measurement_type
static

Definition at line 78 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.native_unit_of_measurement
static

Definition at line 79 of file sensor.py.

◆ None

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.None
static

Definition at line 70 of file sensor.py.

◆ state_class

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.state_class
static

Definition at line 82 of file sensor.py.

◆ suggested_display_precision

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.suggested_display_precision
static

Definition at line 80 of file sensor.py.

◆ translation_key

homeassistant.components.withings.sensor.WithingsMeasurementSensorEntityDescription.translation_key
static

Definition at line 87 of file sensor.py.


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