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

Static Public Attributes

 device_class
 
 entity_category
 
 key
 
 native_unit_of_measurement
 
 options
 
 state_class
 
 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 Fyta sensor entity.

Definition at line 34 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.device_class
static

Definition at line 60 of file sensor.py.

◆ entity_category

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.entity_category
static

Definition at line 132 of file sensor.py.

◆ key

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.key
static

Definition at line 53 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.native_unit_of_measurement
static

Definition at line 94 of file sensor.py.

◆ options

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.options
static

Definition at line 61 of file sensor.py.

◆ state_class

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.state_class
static

Definition at line 96 of file sensor.py.

◆ translation_key

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.translation_key
static

Definition at line 54 of file sensor.py.

◆ value_fn

homeassistant.components.fyta.sensor.FytaSensorEntityDescription.value_fn
static

Definition at line 55 of file sensor.py.


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