Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tuya.light.TuyaLightEntityDescription Class Reference
Inheritance diagram for homeassistant.components.tuya.light.TuyaLightEntityDescription:
[legend]
Collaboration diagram for homeassistant.components.tuya.light.TuyaLightEntityDescription:
[legend]

Static Public Attributes

 ColorTypeData
 
 default_factory
 
 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

Describe an Tuya light entity.

Definition at line 54 of file light.py.

Member Data Documentation

◆ ColorTypeData

homeassistant.components.tuya.light.TuyaLightEntityDescription.ColorTypeData
static

Definition at line 63 of file light.py.

◆ default_factory

homeassistant.components.tuya.light.TuyaLightEntityDescription.default_factory
static

Definition at line 64 of file light.py.

◆ None

homeassistant.components.tuya.light.TuyaLightEntityDescription.None
static

Definition at line 57 of file light.py.


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