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

Static Public Attributes

 device_class
 
 entity_category
 
 Final
 
 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 30 of file button.py.

Member Data Documentation

◆ device_class

homeassistant.components.fritz.button.FritzButtonDescription.device_class
static

Definition at line 40 of file button.py.

◆ entity_category

homeassistant.components.fritz.button.FritzButtonDescription.entity_category
static

Definition at line 41 of file button.py.

◆ Final

homeassistant.components.fritz.button.FritzButtonDescription.Final
static

Definition at line 36 of file button.py.

◆ key

homeassistant.components.fritz.button.FritzButtonDescription.key
static

Definition at line 38 of file button.py.

◆ press_action

homeassistant.components.fritz.button.FritzButtonDescription.press_action
static

Definition at line 42 of file button.py.

◆ translation_key

homeassistant.components.fritz.button.FritzButtonDescription.translation_key
static

Definition at line 39 of file button.py.


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