Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tessie.switch.TessieSwitchEntityDescription Class Reference
Inheritance diagram for homeassistant.components.tessie.switch.TessieSwitchEntityDescription:
[legend]
Collaboration diagram for homeassistant.components.tessie.switch.TessieSwitchEntityDescription:
[legend]

Static Public Attributes

 key
 
 off_func
 
 on_func
 
 TessieSwitchEntityDescription
 
- Static Public Attributes inherited from homeassistant.components.switch.SwitchEntityDescription
 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

Describes Tessie Switch entity.

Definition at line 38 of file switch.py.

Member Data Documentation

◆ key

homeassistant.components.tessie.switch.TessieSwitchEntityDescription.key
static

Definition at line 69 of file switch.py.

◆ off_func

homeassistant.components.tessie.switch.TessieSwitchEntityDescription.off_func
static

Definition at line 71 of file switch.py.

◆ on_func

homeassistant.components.tessie.switch.TessieSwitchEntityDescription.on_func
static

Definition at line 70 of file switch.py.

◆ TessieSwitchEntityDescription

homeassistant.components.tessie.switch.TessieSwitchEntityDescription.TessieSwitchEntityDescription
static

Definition at line 68 of file switch.py.


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