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

Static Public Attributes

 device_class
 
 entity_registry_enabled_default
 
 key
 
 native_unit_of_measurement
 
 options
 
 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

Class describing SMLIGHT information entities.

Definition at line 38 of file sensor.py.

Member Data Documentation

◆ device_class

homeassistant.components.smlight.sensor.SmInfoEntityDescription.device_class
static

Definition at line 48 of file sensor.py.

◆ entity_registry_enabled_default

homeassistant.components.smlight.sensor.SmInfoEntityDescription.entity_registry_enabled_default
static

Definition at line 93 of file sensor.py.

◆ key

homeassistant.components.smlight.sensor.SmInfoEntityDescription.key
static

Definition at line 46 of file sensor.py.

◆ native_unit_of_measurement

homeassistant.components.smlight.sensor.SmInfoEntityDescription.native_unit_of_measurement
static

Definition at line 74 of file sensor.py.

◆ options

homeassistant.components.smlight.sensor.SmInfoEntityDescription.options
static

Definition at line 49 of file sensor.py.

◆ state_class

homeassistant.components.smlight.sensor.SmInfoEntityDescription.state_class
static

Definition at line 75 of file sensor.py.

◆ suggested_display_precision

homeassistant.components.smlight.sensor.SmInfoEntityDescription.suggested_display_precision
static

Definition at line 76 of file sensor.py.

◆ translation_key

homeassistant.components.smlight.sensor.SmInfoEntityDescription.translation_key
static

Definition at line 47 of file sensor.py.

◆ value_fn

homeassistant.components.smlight.sensor.SmInfoEntityDescription.value_fn
static

Definition at line 50 of file sensor.py.


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