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

Static Public Attributes

 choices
 
 entity_category
 
 key
 
 name
 
 None
 
 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 generic description of a select entity backed by a single characteristic.

Definition at line 27 of file select.py.

Member Data Documentation

◆ choices

homeassistant.components.homekit_controller.select.HomeKitSelectEntityDescription.choices
static

Definition at line 40 of file select.py.

◆ entity_category

homeassistant.components.homekit_controller.select.HomeKitSelectEntityDescription.entity_category
static

Definition at line 39 of file select.py.

◆ key

homeassistant.components.homekit_controller.select.HomeKitSelectEntityDescription.key
static

Definition at line 36 of file select.py.

◆ name

homeassistant.components.homekit_controller.select.HomeKitSelectEntityDescription.name
static

Definition at line 38 of file select.py.

◆ None

homeassistant.components.homekit_controller.select.HomeKitSelectEntityDescription.None
static

Definition at line 31 of file select.py.

◆ translation_key

homeassistant.components.homekit_controller.select.HomeKitSelectEntityDescription.translation_key
static

Definition at line 37 of file select.py.


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