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

Static Public Attributes

 current_fn
 
 EntityCategory
 
 icon_fn
 
 key
 
 None
 
 options_fn
 
 select_fn
 
 translation_key
 
 unit_of_measurement
 
- 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 robot select entities.

Definition at line 41 of file select.py.

Member Data Documentation

◆ current_fn

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.current_fn
static

Definition at line 55 of file select.py.

◆ EntityCategory

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.EntityCategory
static

Definition at line 46 of file select.py.

◆ icon_fn

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.icon_fn
static

Definition at line 69 of file select.py.

◆ key

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.key
static

Definition at line 52 of file select.py.

◆ None

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.None
static

Definition at line 47 of file select.py.

◆ options_fn

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.options_fn
static

Definition at line 56 of file select.py.

◆ select_fn

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.select_fn
static

Definition at line 57 of file select.py.

◆ translation_key

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.translation_key
static

Definition at line 53 of file select.py.

◆ unit_of_measurement

homeassistant.components.litterrobot.select.RobotSelectEntityDescription.unit_of_measurement
static

Definition at line 54 of file select.py.


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