Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.prosegur Namespace Reference

Namespaces

 alarm_control_panel
 
 camera
 
 config_flow
 
 const
 
 diagnostics
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.ALARM_CONTROL_PANEL, Platform.CAMERA]
 

Detailed Description

The Prosegur Alarm integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.prosegur.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Prosegur Alarm from a config entry.

Definition at line 20 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.prosegur.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 47 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.prosegur._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.prosegur.PLATFORMS = [Platform.ALARM_CONTROL_PANEL, Platform.CAMERA]

Definition at line 15 of file __init__.py.