Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tplink.button.TPLinkButtonEntityDescription Class Reference
Inheritance diagram for homeassistant.components.tplink.button.TPLinkButtonEntityDescription:
[legend]
Collaboration diagram for homeassistant.components.tplink.button.TPLinkButtonEntityDescription:
[legend]

Static Public Attributes

 deprecated_info
 
 device_class
 
 Final
 
 key
 
- Static Public Attributes inherited from homeassistant.components.button.ButtonEntityDescription
 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

Base class for a TPLink feature based button entity description.

Definition at line 26 of file button.py.

Member Data Documentation

◆ deprecated_info

homeassistant.components.tplink.button.TPLinkButtonEntityDescription.deprecated_info
static

Definition at line 35 of file button.py.

◆ device_class

homeassistant.components.tplink.button.TPLinkButtonEntityDescription.device_class
static

Definition at line 51 of file button.py.

◆ Final

homeassistant.components.tplink.button.TPLinkButtonEntityDescription.Final
static

Definition at line 32 of file button.py.

◆ key

homeassistant.components.tplink.button.TPLinkButtonEntityDescription.key
static

Definition at line 34 of file button.py.


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