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

Static Public Attributes

string BUTTON = "button"
 
string DOORBELL = "doorbell"
 
string MOTION = "motion"
 

Detailed Description

Device class for events.

Definition at line 33 of file __init__.py.

Member Data Documentation

◆ BUTTON

string homeassistant.components.event.EventDeviceClass.BUTTON = "button"
static

Definition at line 37 of file __init__.py.

◆ DOORBELL

string homeassistant.components.event.EventDeviceClass.DOORBELL = "doorbell"
static

Definition at line 36 of file __init__.py.

◆ MOTION

string homeassistant.components.event.EventDeviceClass.MOTION = "motion"
static

Definition at line 38 of file __init__.py.


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