Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alarmdecoder.alarm_control_panel Namespace Reference

Classes

class  AlarmDecoderAlarmPanel
 

Functions

None async_setup_entry (HomeAssistant hass, AlarmDecoderConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string ATTR_KEYPRESS = "keypress"
 
string SERVICE_ALARM_KEYPRESS = "alarm_keypress"
 
string SERVICE_ALARM_TOGGLE_CHIME = "alarm_toggle_chime"
 

Detailed Description

Support for AlarmDecoder-based alarm control panels (Honeywell/DSC).

Function Documentation

◆ async_setup_entry()

None homeassistant.components.alarmdecoder.alarm_control_panel.async_setup_entry ( HomeAssistant  hass,
AlarmDecoderConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up for AlarmDecoder alarm panels.

Definition at line 37 of file alarm_control_panel.py.

Variable Documentation

◆ ATTR_KEYPRESS

string homeassistant.components.alarmdecoder.alarm_control_panel.ATTR_KEYPRESS = "keypress"

Definition at line 34 of file alarm_control_panel.py.

◆ SERVICE_ALARM_KEYPRESS

string homeassistant.components.alarmdecoder.alarm_control_panel.SERVICE_ALARM_KEYPRESS = "alarm_keypress"

Definition at line 33 of file alarm_control_panel.py.

◆ SERVICE_ALARM_TOGGLE_CHIME

string homeassistant.components.alarmdecoder.alarm_control_panel.SERVICE_ALARM_TOGGLE_CHIME = "alarm_toggle_chime"

Definition at line 31 of file alarm_control_panel.py.