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

Static Public Attributes

 create_entity_fn
 
 device_class
 
 entity_category
 
 Final
 
 icon
 
 key
 
 press_action
 
 translation_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

Class to describe a Button entity.

Definition at line 41 of file button.py.

Member Data Documentation

◆ create_entity_fn

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.create_entity_fn
static

Definition at line 53 of file button.py.

◆ device_class

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.device_class
static

Definition at line 58 of file button.py.

◆ entity_category

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.entity_category
static

Definition at line 52 of file button.py.

◆ Final

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.Final
static

Definition at line 47 of file button.py.

◆ icon

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.icon
static

Definition at line 51 of file button.py.

◆ key

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.key
static

Definition at line 49 of file button.py.

◆ press_action

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.press_action
static

Definition at line 54 of file button.py.

◆ translation_key

homeassistant.components.hunterdouglas_powerview.button.PowerviewButtonDescription.translation_key
static

Definition at line 50 of file button.py.


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