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

Static Public Attributes

 device_class
 
 key
 
 native_unit_of_measurement
 
 state_class
 
 suitable_fn
 
 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

Class describing Honeywell Lyric room sensor entities.

Definition at line 55 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.device_class
static

Definition at line 66 of file sensor.py.

◆ key

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.key
static

Definition at line 64 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.native_unit_of_measurement
static

Definition at line 76 of file sensor.py.

◆ state_class

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.state_class
static

Definition at line 67 of file sensor.py.

◆ suitable_fn

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.suitable_fn
static

Definition at line 69 of file sensor.py.

◆ translation_key

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.translation_key
static

Definition at line 65 of file sensor.py.

◆ value_fn

homeassistant.components.lyric.sensor.LyricSensorAccessoryEntityDescription.value_fn
static

Definition at line 68 of file sensor.py.


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