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

Static Public Attributes

string OUTLET = "outlet"
 
string SWITCH = "switch"
 

Detailed Description

Device class for switches.

Definition at line 47 of file __init__.py.

Member Data Documentation

◆ OUTLET

string homeassistant.components.switch.SwitchDeviceClass.OUTLET = "outlet"
static

Definition at line 50 of file __init__.py.

◆ SWITCH

string homeassistant.components.switch.SwitchDeviceClass.SWITCH = "switch"
static

Definition at line 51 of file __init__.py.


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