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

Static Public Attributes

 cache_key
 
 entity_category
 
 entity_registry_enabled_default
 
 get_value
 
 key
 
 translation_key
 
 update_value
 
- 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 time entity.

Definition at line 29 of file time.py.

Member Data Documentation

◆ cache_key

homeassistant.components.roborock.time.RoborockTimeDescription.cache_key
static

Definition at line 44 of file time.py.

◆ entity_category

homeassistant.components.roborock.time.RoborockTimeDescription.entity_category
static

Definition at line 56 of file time.py.

◆ entity_registry_enabled_default

homeassistant.components.roborock.time.RoborockTimeDescription.entity_registry_enabled_default
static

Definition at line 91 of file time.py.

◆ get_value

homeassistant.components.roborock.time.RoborockTimeDescription.get_value
static

Definition at line 53 of file time.py.

◆ key

homeassistant.components.roborock.time.RoborockTimeDescription.key
static

Definition at line 42 of file time.py.

◆ translation_key

homeassistant.components.roborock.time.RoborockTimeDescription.translation_key
static

Definition at line 43 of file time.py.

◆ update_value

homeassistant.components.roborock.time.RoborockTimeDescription.update_value
static

Definition at line 45 of file time.py.


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