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

Classes

class  BlinkSyncModuleHA
 

Functions

None async_setup_entry (HomeAssistant hass, BlinkConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Blink Alarm Control Panel.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.blink.alarm_control_panel.async_setup_entry ( HomeAssistant  hass,
BlinkConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Blink Alarm Control Panels.

Definition at line 27 of file alarm_control_panel.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.blink.alarm_control_panel._LOGGER = logging.getLogger(__name__)
private

Definition at line 24 of file alarm_control_panel.py.