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

Static Public Attributes

 entity_category
 
 entity_registry_enabled_default
 
 key
 
 setting
 
 state_fn
 
 translation_key
 
- 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

Class to describe a Switch entity.

Definition at line 30 of file switch.py.

Member Data Documentation

◆ entity_category

homeassistant.components.smlight.switch.SmSwitchEntityDescription.entity_category
static

Definition at line 53 of file switch.py.

◆ entity_registry_enabled_default

homeassistant.components.smlight.switch.SmSwitchEntityDescription.entity_registry_enabled_default
static

Definition at line 55 of file switch.py.

◆ key

homeassistant.components.smlight.switch.SmSwitchEntityDescription.key
static

Definition at line 39 of file switch.py.

◆ setting

homeassistant.components.smlight.switch.SmSwitchEntityDescription.setting
static

Definition at line 41 of file switch.py.

◆ state_fn

homeassistant.components.smlight.switch.SmSwitchEntityDescription.state_fn
static

Definition at line 42 of file switch.py.

◆ translation_key

homeassistant.components.smlight.switch.SmSwitchEntityDescription.translation_key
static

Definition at line 40 of file switch.py.


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