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

Static Public Attributes

string IDENTIFY = "identify"
 
string RESTART = "restart"
 
string UPDATE = "update"
 

Detailed Description

Device class for buttons.

Definition at line 37 of file __init__.py.

Member Data Documentation

◆ IDENTIFY

string homeassistant.components.button.ButtonDeviceClass.IDENTIFY = "identify"
static

Definition at line 40 of file __init__.py.

◆ RESTART

string homeassistant.components.button.ButtonDeviceClass.RESTART = "restart"
static

Definition at line 41 of file __init__.py.

◆ UPDATE

string homeassistant.components.button.ButtonDeviceClass.UPDATE = "update"
static

Definition at line 42 of file __init__.py.


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