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

Static Public Attributes

 beta
 
 device_class
 
 entity_category
 
 entity_registry_enabled_default
 
 Final
 
 key
 
 latest_version
 
 name
 
 sub_key
 
- Static Public Attributes inherited from homeassistant.components.shelly.entity.RestEntityDescription
 None
 
 str
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 
- Static Public Attributes inherited from homeassistant.components.update.UpdateEntityDescription
 int
 
 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 REST update.

Definition at line 53 of file update.py.

Member Data Documentation

◆ beta

homeassistant.components.shelly.update.RestUpdateDescription.beta
static

Definition at line 65 of file update.py.

◆ device_class

homeassistant.components.shelly.update.RestUpdateDescription.device_class
static

Definition at line 66 of file update.py.

◆ entity_category

homeassistant.components.shelly.update.RestUpdateDescription.entity_category
static

Definition at line 67 of file update.py.

◆ entity_registry_enabled_default

homeassistant.components.shelly.update.RestUpdateDescription.entity_registry_enabled_default
static

Definition at line 68 of file update.py.

◆ Final

homeassistant.components.shelly.update.RestUpdateDescription.Final
static

Definition at line 60 of file update.py.

◆ key

homeassistant.components.shelly.update.RestUpdateDescription.key
static

Definition at line 63 of file update.py.

◆ latest_version

homeassistant.components.shelly.update.RestUpdateDescription.latest_version
static

Definition at line 64 of file update.py.

◆ name

homeassistant.components.shelly.update.RestUpdateDescription.name
static

Definition at line 62 of file update.py.

◆ sub_key

homeassistant.components.shelly.update.RestUpdateDescription.sub_key
static

Definition at line 85 of file update.py.


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