Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.entity.ABCCachedProperties Class Reference
Inheritance diagram for homeassistant.helpers.entity.ABCCachedProperties:
[legend]
Collaboration diagram for homeassistant.helpers.entity.ABCCachedProperties:
[legend]

Additional Inherited Members

- Public Member Functions inherited from homeassistant.helpers.entity.CachedProperties
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, set[str]|None cached_properties=None, **Any kwargs)
 

Detailed Description

Add ABCMeta to CachedProperties.

Definition at line 401 of file entity.py.


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