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

Static Public Attributes

 device_class
 
 event_types
 
 Final
 
 key
 
 None
 
 removal_condition
 
 translation_key
 
- Static Public Attributes inherited from homeassistant.components.event.EventEntityDescription
 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 Shelly event.

Definition at line 48 of file event.py.

Member Data Documentation

◆ device_class

homeassistant.components.shelly.event.ShellyRpcEventDescription.device_class
static

Definition at line 57 of file event.py.

◆ event_types

homeassistant.components.shelly.event.ShellyRpcEventDescription.event_types
static

Definition at line 66 of file event.py.

◆ Final

homeassistant.components.shelly.event.ShellyRpcEventDescription.Final
static

Definition at line 54 of file event.py.

◆ key

homeassistant.components.shelly.event.ShellyRpcEventDescription.key
static

Definition at line 55 of file event.py.

◆ None

homeassistant.components.shelly.event.ShellyRpcEventDescription.None
static

Definition at line 51 of file event.py.

◆ removal_condition

homeassistant.components.shelly.event.ShellyRpcEventDescription.removal_condition
static

Definition at line 58 of file event.py.

◆ translation_key

homeassistant.components.shelly.event.ShellyRpcEventDescription.translation_key
static

Definition at line 56 of file event.py.


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