Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.roborock.number.RoborockNumberDescription Class Reference
Inheritance diagram for homeassistant.components.roborock.number.RoborockNumberDescription:
[legend]
Collaboration diagram for homeassistant.components.roborock.number.RoborockNumberDescription:
[legend]

Static Public Attributes

 cache_key
 
 entity_category
 
 key
 
 native_max_value
 
 native_min_value
 
 native_unit_of_measurement
 
 translation_key
 
 update_value
 
- Static Public Attributes inherited from homeassistant.components.number.NumberEntityDescription
 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 to describe a Roborock number entity.

Definition at line 27 of file number.py.

Member Data Documentation

◆ cache_key

homeassistant.components.roborock.number.RoborockNumberDescription.cache_key
static

Definition at line 43 of file number.py.

◆ entity_category

homeassistant.components.roborock.number.RoborockNumberDescription.entity_category
static

Definition at line 44 of file number.py.

◆ key

homeassistant.components.roborock.number.RoborockNumberDescription.key
static

Definition at line 38 of file number.py.

◆ native_max_value

homeassistant.components.roborock.number.RoborockNumberDescription.native_max_value
static

Definition at line 41 of file number.py.

◆ native_min_value

homeassistant.components.roborock.number.RoborockNumberDescription.native_min_value
static

Definition at line 40 of file number.py.

◆ native_unit_of_measurement

homeassistant.components.roborock.number.RoborockNumberDescription.native_unit_of_measurement
static

Definition at line 42 of file number.py.

◆ translation_key

homeassistant.components.roborock.number.RoborockNumberDescription.translation_key
static

Definition at line 39 of file number.py.

◆ update_value

homeassistant.components.roborock.number.RoborockNumberDescription.update_value
static

Definition at line 45 of file number.py.


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