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

Static Public Attributes

 device_class
 
 entity_category
 
 key
 
 native_unit_of_measurement
 
 state_class
 
 suggested_display_precision
 
 translation_key
 
 value_fn
 
- 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 DROP sensor entity.

Definition at line 65 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.device_class
static

Definition at line 75 of file sensor.py.

◆ entity_category

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.entity_category
static

Definition at line 151 of file sensor.py.

◆ key

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.key
static

Definition at line 73 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.native_unit_of_measurement
static

Definition at line 76 of file sensor.py.

◆ state_class

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.state_class
static

Definition at line 79 of file sensor.py.

◆ suggested_display_precision

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.suggested_display_precision
static

Definition at line 77 of file sensor.py.

◆ translation_key

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.translation_key
static

Definition at line 74 of file sensor.py.

◆ value_fn

homeassistant.components.drop_connect.sensor.DROPSensorEntityDescription.value_fn
static

Definition at line 78 of file sensor.py.


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