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

Static Public Attributes

 device_class
 
 entity_category
 
 key
 
 native_unit_of_measurement
 
 options
 
 state_class
 
 translation_key
 
 update_func
 
- 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

Entity description for a status derived from an Omada device in the device list.

Definition at line 76 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.device_class
static

Definition at line 87 of file sensor.py.

◆ entity_category

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.entity_category
static

Definition at line 88 of file sensor.py.

◆ key

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.key
static

Definition at line 85 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.native_unit_of_measurement
static

Definition at line 97 of file sensor.py.

◆ options

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.options
static

Definition at line 90 of file sensor.py.

◆ state_class

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.state_class
static

Definition at line 96 of file sensor.py.

◆ translation_key

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.translation_key
static

Definition at line 86 of file sensor.py.

◆ update_func

homeassistant.components.tplink_omada.sensor.OmadaDeviceSensorEntityDescription.update_func
static

Definition at line 89 of file sensor.py.


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