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

Classes

class  EspHomeACPFeatures
 
class  EsphomeAlarmControlPanel
 

Variables

 async_setup_entry
 

Detailed Description

Support for ESPHome Alarm Control Panel.

Variable Documentation

◆ async_setup_entry

homeassistant.components.esphome.alarm_control_panel.async_setup_entry
Initial value:
1 = partial(
2  platform_async_setup_entry,
3  info_type=AlarmControlPanelInfo,
4  entity_type=EsphomeAlarmControlPanel,
5  state_type=ESPHomeAlarmControlPanelEntityState,
6 )

Definition at line 147 of file alarm_control_panel.py.