Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription Class Reference
Inheritance diagram for homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription:
[legend]
Collaboration diagram for homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription:
[legend]

Static Public Attributes

 create_entity_fn
 
 current_fn
 
 EntityCategory
 
 Final
 
 icon
 
 key
 
 options_fn
 
 select_fn
 
 translation_key
 
- Static Public Attributes inherited from homeassistant.components.select.SelectEntityDescription
 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

A class that describes select entities.

Definition at line 33 of file select.py.

Member Data Documentation

◆ create_entity_fn

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.create_entity_fn
static

Definition at line 49 of file select.py.

◆ current_fn

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.current_fn
static

Definition at line 46 of file select.py.

◆ EntityCategory

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.EntityCategory
static

Definition at line 38 of file select.py.

◆ Final

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.Final
static

Definition at line 41 of file select.py.

◆ icon

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.icon
static

Definition at line 45 of file select.py.

◆ key

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.key
static

Definition at line 43 of file select.py.

◆ options_fn

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.options_fn
static

Definition at line 47 of file select.py.

◆ select_fn

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.select_fn
static

Definition at line 48 of file select.py.

◆ translation_key

homeassistant.components.hunterdouglas_powerview.select.PowerviewSelectDescription.translation_key
static

Definition at line 44 of file select.py.


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