Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription Class Reference
Inheritance diagram for homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription:
[legend]
Collaboration diagram for homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription:
[legend]

Static Public Attributes

 device_class
 
 entity_category
 
 key
 
 latest_version
 
 update_func
 
- Static Public Attributes inherited from homeassistant.components.update.UpdateEntityDescription
 int
 
 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

Describes devolo update entity.

Definition at line 33 of file update.py.

Member Data Documentation

◆ device_class

homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription.device_class
static

Definition at line 43 of file update.py.

◆ entity_category

homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription.entity_category
static

Definition at line 44 of file update.py.

◆ key

homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription.key
static

Definition at line 42 of file update.py.

◆ latest_version

homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription.latest_version
static

Definition at line 45 of file update.py.

◆ update_func

homeassistant.components.devolo_home_network.update.DevoloUpdateEntityDescription.update_func
static

Definition at line 46 of file update.py.


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