Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature Class Reference
Inheritance diagram for homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature:
[legend]
Collaboration diagram for homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature:
[legend]

Static Public Attributes

int ARM_AWAY = 2
 
int ARM_CUSTOM_BYPASS = 16
 
int ARM_HOME = 1
 
int ARM_NIGHT = 4
 
int ARM_VACATION = 32
 
 Final
 
int TRIGGER = 8
 

Detailed Description

Supported features of the alarm control panel entity.

Definition at line 48 of file const.py.

Member Data Documentation

◆ ARM_AWAY

int homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.ARM_AWAY = 2
static

Definition at line 52 of file const.py.

◆ ARM_CUSTOM_BYPASS

int homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.ARM_CUSTOM_BYPASS = 16
static

Definition at line 55 of file const.py.

◆ ARM_HOME

int homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.ARM_HOME = 1
static

Definition at line 51 of file const.py.

◆ ARM_NIGHT

int homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.ARM_NIGHT = 4
static

Definition at line 53 of file const.py.

◆ ARM_VACATION

int homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.ARM_VACATION = 32
static

Definition at line 56 of file const.py.

◆ Final

homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.Final
static

Definition at line 61 of file const.py.

◆ TRIGGER

int homeassistant.components.alarm_control_panel.const .AlarmControlPanelEntityFeature.TRIGGER = 8
static

Definition at line 54 of file const.py.


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