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

Static Public Attributes

 device_class
 
 entity_category
 
 icon
 
 is_on
 
 key
 
 name
 
 None
 
 turn_off
 
 turn_off_args
 
 turn_on
 
 turn_on_args
 
- 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 an Overkiz switch.

Definition at line 29 of file switch.py.

Member Data Documentation

◆ device_class

homeassistant.components.overkiz.switch.OverkizSwitchDescription.device_class
static

Definition at line 58 of file switch.py.

◆ entity_category

homeassistant.components.overkiz.switch.OverkizSwitchDescription.entity_category
static

Definition at line 103 of file switch.py.

◆ icon

homeassistant.components.overkiz.switch.OverkizSwitchDescription.icon
static

Definition at line 49 of file switch.py.

◆ is_on

homeassistant.components.overkiz.switch.OverkizSwitchDescription.is_on
static

Definition at line 46 of file switch.py.

◆ key

homeassistant.components.overkiz.switch.OverkizSwitchDescription.key
static

Definition at line 41 of file switch.py.

◆ name

homeassistant.components.overkiz.switch.OverkizSwitchDescription.name
static

Definition at line 95 of file switch.py.

◆ None

homeassistant.components.overkiz.switch.OverkizSwitchDescription.None
static

Definition at line 34 of file switch.py.

◆ turn_off

homeassistant.components.overkiz.switch.OverkizSwitchDescription.turn_off
static

Definition at line 44 of file switch.py.

◆ turn_off_args

homeassistant.components.overkiz.switch.OverkizSwitchDescription.turn_off_args
static

Definition at line 45 of file switch.py.

◆ turn_on

homeassistant.components.overkiz.switch.OverkizSwitchDescription.turn_on
static

Definition at line 42 of file switch.py.

◆ turn_on_args

homeassistant.components.overkiz.switch.OverkizSwitchDescription.turn_on_args
static

Definition at line 43 of file switch.py.


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